svn commit: r344946 - head/www/links

Antoine Brodin antoine at FreeBSD.org
Tue Feb 18 19:24:08 UTC 2014


Author: antoine
Date: Tue Feb 18 19:24:07 2014
New Revision: 344946
URL: http://svnweb.freebsd.org/changeset/ports/344946
QAT: https://qat.redports.org/buildarchive/r344946/

Log:
  Stage support

Modified:
  head/www/links/Makefile

Modified: head/www/links/Makefile
==============================================================================
--- head/www/links/Makefile	Tue Feb 18 19:19:33 2014	(r344945)
+++ head/www/links/Makefile	Tue Feb 18 19:24:07 2014	(r344946)
@@ -34,10 +34,8 @@ X11_DESC=	X11 graphics support
 
 OPTIONS_DEFAULT=	IPV6 UTF8 X11
 
-MAN1=		links.1
-PLIST_FILES=	bin/links
+PLIST_FILES=	bin/links man/man1/links.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 #CIPHERSTRING must be a valid OpenSSL cipher string(see ciphers(1)):
@@ -113,7 +111,7 @@ post-patch:
 
 .if ${PORT_OPTIONS:MX11}
 post-install:
-	@${INSTALL_DATA} ${WRKSRC}/graphics/links.xpm ${PREFIX}/share/pixmaps/links.xpm
+	@${INSTALL_DATA} ${WRKSRC}/graphics/links.xpm ${STAGEDIR}${PREFIX}/share/pixmaps/links.xpm
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list