svn commit: r327922 - head/graphics/pngrewrite
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 23 06:10:27 UTC 2013
Author: bapt
Date: Mon Sep 23 06:10:26 2013
New Revision: 327922
URL: http://svnweb.freebsd.org/changeset/ports/327922
Log:
Use stage
Modified:
head/graphics/pngrewrite/Makefile
Modified: head/graphics/pngrewrite/Makefile
==============================================================================
--- head/graphics/pngrewrite/Makefile Mon Sep 23 06:10:04 2013 (r327921)
+++ head/graphics/pngrewrite/Makefile Mon Sep 23 06:10:26 2013 (r327922)
@@ -18,12 +18,11 @@ NO_WRKSUBDIR= yes
PLIST_FILES= bin/pngrewrite
-NO_STAGE= yes
do-build:
${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \
-o ${WRKSRC}/pngrewrite ${WRKSRC}/pngrewrite.c ${WRKSRC}/libpngrewrite.c -lpng -lz -lm
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pngrewrite ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/pngrewrite ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list