diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-16 03:37:03 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-16 03:37:03 +0800 |
commit | 7dde00aa08db3f027a455e1a5207fe0b29a6cc3b (patch) | |
tree | c226d30fe5edbc9003102c79ee56e0e62eef5a55 /x11 | |
parent | e5dfd4bfb408d117be8bf392aa605c71afa8ce6d (diff) | |
download | freebsd-ports-gnome-7dde00aa08db3f027a455e1a5207fe0b29a6cc3b.tar.gz freebsd-ports-gnome-7dde00aa08db3f027a455e1a5207fe0b29a6cc3b.tar.zst freebsd-ports-gnome-7dde00aa08db3f027a455e1a5207fe0b29a6cc3b.zip |
Cleanup of the x11@ ports in the x11 directory
- Convert to staging
Diffstat (limited to 'x11')
-rw-r--r-- | x11/appres/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/appres/Makefile b/x11/appres/Makefile index 345bb502460f..d047044f74aa 100644 --- a/x11/appres/Makefile +++ b/x11/appres/Makefile @@ -10,8 +10,6 @@ COMMENT= Program to list application's resources XORG_CAT= app USE_XORG= x11 xt -MAN1= appres.1 -PLIST_FILES= bin/appres +PLIST_FILES= bin/appres man/man1/appres.1.gz -NO_STAGE= yes .include <bsd.port.mk> |