svn commit: r316275 - head/graphics/netpbm/files

Dirk Meyer dinoex at FreeBSD.org
Mon Apr 22 20:43:22 UTC 2013


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
 


More information about the svn-ports-all mailing list