diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-28 06:57:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-28 06:57:38 +0000 |
commit | e883933a721f7c8dda2854a0873d3f5dfcbd3130 (patch) | |
tree | 420689f88237b9fe5eb4bde1f1e19188906a934d | |
parent | fa14953a8aba8b469fe7667014056584ea849a8a (diff) | |
download | ports-e883933a721f7c8dda2854a0873d3f5dfcbd3130.tar.gz ports-e883933a721f7c8dda2854a0873d3f5dfcbd3130.zip |
Support stage
Notes
Notes:
svn path=/head/; revision=346434
-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> |