diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 06:10:26 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 06:10:26 +0000 |
commit | e20755479ff373e181cf9089543f771e31192e64 (patch) | |
tree | b4a161383c3de9a37d2075321a77fa2ad52a05ec | |
parent | 3a6dce28a6702530de3d862c3852a639dfc7ae2a (diff) | |
download | FreeBSD-ports-e20755479ff373e181cf9089543f771e31192e64.zip FreeBSD-ports-e20755479ff373e181cf9089543f771e31192e64.tar.gz |
Use stage
-rw-r--r-- | graphics/pngrewrite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/pngrewrite/Makefile b/graphics/pngrewrite/Makefile index e0dffd6..24dd507 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> |