svn commit: r338777 - head/x11/9menu

Antoine Brodin antoine at FreeBSD.org
Sun Jan 5 13:56:25 UTC 2014


Author: antoine
Date: Sun Jan  5 13:56:24 2014
New Revision: 338777
URL: http://svnweb.freebsd.org/changeset/ports/338777

Log:
  Stage support

Modified:
  head/x11/9menu/Makefile

Modified: head/x11/9menu/Makefile
==============================================================================
--- head/x11/9menu/Makefile	Sun Jan  5 13:53:37 2014	(r338776)
+++ head/x11/9menu/Makefile	Sun Jan  5 13:56:24 2014	(r338777)
@@ -22,12 +22,10 @@ MAKEFILE=	Makefile.noimake
 ALL_TARGET=	9menu
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib -lX11"
-PLIST_FILES=	bin/9menu
-MAN1=		9menu.1
+PLIST_FILES=	bin/9menu man/man1/9menu.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/9menu.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list