aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xvattr
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-14 07:13:46 +0800
committerbapt <bapt@FreeBSD.org>2013-12-14 07:13:46 +0800
commit86a1fd0d749c636a4d22a1cdd55b45e7da1f9888 (patch)
tree9ff81aa9899f4a1e2aa67c432dc274d79f3e0145 /x11/xvattr
parent4e3c583968ef0e044a91592b824a74a93b5f1527 (diff)
downloadfreebsd-ports-gnome-86a1fd0d749c636a4d22a1cdd55b45e7da1f9888.tar.gz
freebsd-ports-gnome-86a1fd0d749c636a4d22a1cdd55b45e7da1f9888.tar.zst
freebsd-ports-gnome-86a1fd0d749c636a4d22a1cdd55b45e7da1f9888.zip
Support stage
Diffstat (limited to 'x11/xvattr')
-rw-r--r--x11/xvattr/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile
index 84f4acc60d79..25afb31e45f1 100644
--- a/x11/xvattr/Makefile
+++ b/x11/xvattr/Makefile
@@ -18,12 +18,11 @@ USE_XORG= x11 xv
WANT_GNOME= yes
USES= pkgconfig
-MAN1= ${PORTNAME}.1
-PLIST_FILES= bin/${PORTNAME} bin/g${PORTNAME}
+PLIST_FILES= bin/${PORTNAME} bin/g${PORTNAME} \
+ man/man1/${PORTNAME}.1.gz
CFLAGS+= -DVERSION=\"${PORTVERSION}\"
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK1}
@@ -44,8 +43,8 @@ do-build:
`pkg-config --cflags --libs ${GTK_PC} xv x11`
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${WRKSRC}/g${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/g${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>