Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2014 19:24:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344946 - head/www/links
Message-ID:  <201402181924.s1IJO7CE007063@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181924.s1IJO7CE007063>