diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 21:40:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 21:40:08 +0800 |
commit | 1dda6c714b7c0c822592f5c418f9ad114cc3bbb0 (patch) | |
tree | 8a699a455f64a2df5ccd21851e07b4a99ec94156 /deskutils | |
parent | 253548de9f3ec6ec5f69640b1c275191f09876bd (diff) | |
download | freebsd-ports-gnome-1dda6c714b7c0c822592f5c418f9ad114cc3bbb0.tar.gz freebsd-ports-gnome-1dda6c714b7c0c822592f5c418f9ad114cc3bbb0.tar.zst freebsd-ports-gnome-1dda6c714b7c0c822592f5c418f9ad114cc3bbb0.zip |
- Stage support
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/x026/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/x026/Makefile b/deskutils/x026/Makefile index 6cf0d2c3ba2c..f258d1f467f8 100644 --- a/deskutils/x026/Makefile +++ b/deskutils/x026/Makefile @@ -13,8 +13,7 @@ COMMENT= IBM 026 Keypunch Emulator for the X Window System USES= imake USE_XORG= xaw7 xpm xt -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/${PORTNAME} \ + man/man1/x026.1.gz -NO_STAGE= yes .include <bsd.port.mk> |