diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-31 04:20:50 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-31 04:20:50 +0000 |
commit | 1f7e95ba21a7b880136fa2f9d23bb3c9c8247e9f (patch) | |
tree | bdf2b8a5c4fc5fe7087583f05433ba25b76f0974 /x11/xstdcmap | |
parent | 1e443545d02f971c9db150f39d87b41c6be7ad22 (diff) | |
download | ports-1f7e95ba21a7b880136fa2f9d23bb3c9c8247e9f.tar.gz ports-1f7e95ba21a7b880136fa2f9d23bb3c9c8247e9f.zip |
Notes
Diffstat (limited to 'x11/xstdcmap')
-rw-r--r-- | x11/xstdcmap/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/xstdcmap/Makefile b/x11/xstdcmap/Makefile index d57881b285b5..c2af96ede43c 100644 --- a/x11/xstdcmap/Makefile +++ b/x11/xstdcmap/Makefile @@ -12,9 +12,5 @@ LICENSE= MIT XORG_CAT= app USE_XORG= xmu x11 -PLIST_FILES= bin/xstdcmap - -MAN1= xstdcmap.1 - -NO_STAGE= yes +PLIST_FILES= bin/xstdcmap man/man1/xstdcmap.1.gz .include <bsd.port.mk> |