diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-28 14:57:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-28 14:57:38 +0800 |
commit | 98c68ca76f62752f7bc60269ef32ef433ab6fba6 (patch) | |
tree | 420689f88237b9fe5eb4bde1f1e19188906a934d /x11 | |
parent | 75a73a9af483cecd50d21aab7cfe2dc3b17b07e2 (diff) | |
download | freebsd-ports-gnome-98c68ca76f62752f7bc60269ef32ef433ab6fba6.tar.gz freebsd-ports-gnome-98c68ca76f62752f7bc60269ef32ef433ab6fba6.tar.zst freebsd-ports-gnome-98c68ca76f62752f7bc60269ef32ef433ab6fba6.zip |
Support stage
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xforward/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/xforward/Makefile b/x11/xforward/Makefile index f52ee0f4f662..5b7819d93a75 100644 --- a/x11/xforward/Makefile +++ b/x11/xforward/Makefile @@ -18,8 +18,6 @@ LICENSE_FILE= ${WRKSRC}/NOTICE MAKE_ARGS+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} USE_XORG= x11 xt xaw USES= motif -MAN1= xforward.1 -PLIST_FILES= bin/xforward +PLIST_FILES= bin/xforward man/man1/xforward.1.gz -NO_STAGE= yes .include <bsd.port.mk> |