aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-09 00:16:36 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-09 00:16:36 +0800
commit7926b9237695eabf185c30e063a928a073bd7fc2 (patch)
treeb617145b98d2abc94790ad86897bb49cb0154354 /misc
parentb0c7ec3cfddfb394efed7086f10c113bcc766f30 (diff)
downloadfreebsd-ports-gnome-7926b9237695eabf185c30e063a928a073bd7fc2.tar.gz
freebsd-ports-gnome-7926b9237695eabf185c30e063a928a073bd7fc2.tar.zst
freebsd-ports-gnome-7926b9237695eabf185c30e063a928a073bd7fc2.zip
Stagify.
Diffstat (limited to 'misc')
-rw-r--r--misc/pspresent/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/misc/pspresent/Makefile b/misc/pspresent/Makefile
index 8c5b98ab8647..04e02324c1aa 100644
--- a/misc/pspresent/Makefile
+++ b/misc/pspresent/Makefile
@@ -17,15 +17,13 @@ USE_GHOSTSCRIPT_RUN= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDLIBS="${LDFLAGS}"
ALL_TARGET= pspresent
-MAN1= pspresent.1
-PLIST_FILES= bin/pspresent
+PLIST_FILES= bin/pspresent man/man1/pspresent.1.gz
CFLAGS+= -I${LOCALBASE}/include -DHAVE_LIBXINERAMA
LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXext -lXinerama
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pspresent ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/pspresent.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/pspresent ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/pspresent.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>