svn commit: r337988 - head/x11/blast
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 29 14:06:03 UTC 2013
Author: antoine
Date: Sun Dec 29 14:06:03 2013
New Revision: 337988
URL: http://svnweb.freebsd.org/changeset/ports/337988
Log:
Stage support
Modified:
head/x11/blast/Makefile
Modified: head/x11/blast/Makefile
==============================================================================
--- head/x11/blast/Makefile Sun Dec 29 14:01:09 2013 (r337987)
+++ head/x11/blast/Makefile Sun Dec 29 14:06:03 2013 (r337988)
@@ -14,15 +14,13 @@ COMMENT= Blast blows holes through windo
WRKSRC= ${WRKDIR}/${PORTNAME}-1.1.orig
USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xt xrandr
-MAN1= blast.1
-PLIST_FILES= bin/blast
+PLIST_FILES= bin/blast man/man1/blast.1.gz
-NO_STAGE= yes
do-build:
${CC} ${CFLAGS} ${WRKSRC}/blast.c -I${LOCALBASE}/include -L${LOCALBASE}/lib -lX11 -lXext -o ${WRKSRC}/blast
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/blast ${PREFIX}/bin/blast
- ${INSTALL_MAN} ${WRKSRC}/blast.man ${MANPREFIX}/man/man1/blast.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/blast ${STAGEDIR}${PREFIX}/bin/blast
+ ${INSTALL_MAN} ${WRKSRC}/blast.man ${STAGEDIR}${MANPREFIX}/man/man1/blast.1
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list