aboutsummaryrefslogtreecommitdiff
path: root/graphics/pngrewrite
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 06:10:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 06:10:26 +0000
commit90a4feda98400f9274532c08a83e0942c2db11f7 (patch)
treeb4a161383c3de9a37d2075321a77fa2ad52a05ec /graphics/pngrewrite
parent34750dc798da8c1de8d22fa4188ca93307886081 (diff)
downloadports-90a4feda98400f9274532c08a83e0942c2db11f7.tar.gz
ports-90a4feda98400f9274532c08a83e0942c2db11f7.zip
Use stage
Notes
Notes: svn path=/head/; revision=327922
Diffstat (limited to 'graphics/pngrewrite')
-rw-r--r--graphics/pngrewrite/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/pngrewrite/Makefile b/graphics/pngrewrite/Makefile
index e0dffd63dd66..24dd50747752 100644
--- a/graphics/pngrewrite/Makefile
+++ b/graphics/pngrewrite/Makefile
@@ -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>