aboutsummaryrefslogtreecommitdiff
path: root/x11/peeper
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-01-10 09:32:14 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-01-10 09:32:14 +0000
commit82b3ec3f0d09968e247af97581a9410be3829d6a (patch)
treed01ce93d044c7712e5539a7994fbe9096ac7ac0f /x11/peeper
parentb40822e3c5ee7866a0311e07dad959c8c0b61490 (diff)
Notes
Diffstat (limited to 'x11/peeper')
-rw-r--r--x11/peeper/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/peeper/Makefile b/x11/peeper/Makefile
index 1950c4f623f7..e12cf1e56f21 100644
--- a/x11/peeper/Makefile
+++ b/x11/peeper/Makefile
@@ -16,14 +16,13 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} `${IMLIB_CONFIG} --cflags-gdk`" \
LIBS="`${IMLIB_CONFIG} --libs-gdk`"
ALL_TARGET= peeper
-NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/peeper ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/peeper ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>