Bug 177341

Summary: [PATCH] graphics/netpbm: Fix reinstall
Product: Ports & Packages Reporter: nemysis <nemysis>
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me CC: dinoex
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
netpbm-10.35.88_1.patch none

Description nemysis 2013-03-24 15:10:00 UTC
- Fix reinstall

Port maintainer (dinoex@FreeBSD.org) is cc'd.

Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-24 15:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-22 21:43:34 UTC
Author: dinoex
Date: Mon Apr 22 20:43:22 2013
New Revision: 316275
URL: http://svnweb.freebsd.org/changeset/ports/316275

Log:
  - Fix reinstall
  PR:		177341
  Submitted by:	nemysis

Modified:
  head/graphics/netpbm/files/Makefile.config.FreeBSD

Modified: head/graphics/netpbm/files/Makefile.config.FreeBSD
==============================================================================
--- head/graphics/netpbm/files/Makefile.config.FreeBSD	Mon Apr 22 20:39:15 2013	(r316274)
+++ head/graphics/netpbm/files/Makefile.config.FreeBSD	Mon Apr 22 20:43:22 2013	(r316275)
@@ -23,7 +23,7 @@ INSTALL = $(SRCDIR)/buildtools/install.s
 
 STRIPFLAG = -s
 
-SYMLINK = ln -s
+SYMLINK = ln -sf
 
 MANPAGE_FORMAT = nroff
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2013-04-22 21:45:10 UTC
State Changed
From-To: open->closed


committed, thanks.