diff options
Diffstat (limited to 'editors/uzap/Makefile')
-rw-r--r-- | editors/uzap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile index d04f6e9f4cbd..26c1ded9e20f 100644 --- a/editors/uzap/Makefile +++ b/editors/uzap/Makefile @@ -15,8 +15,6 @@ COMMENT= Visual binary file editor # http://www.megalextoria.com/usenet-archive/news097f1/b120/alt/sources/00000521.html NO_CDROM= This software may not be used to make a profit in any way. NO_WRKSUBDIR= yes -MAN1= uzap.1 -PLIST_FILES= bin/uzap +PLIST_FILES= bin/uzap man/man1/uzap.1.gz -NO_STAGE= yes .include <bsd.port.mk> |