aboutsummaryrefslogtreecommitdiff
path: root/converters/base64
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 13:13:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 13:13:01 +0000
commit8574f0b3d99998bac12133571fc171dca6e71f64 (patch)
tree7ac47b7eb585920036758c32cceecb928093c3f0 /converters/base64
parent69a0105bef600045c6959200d15dddf56b848f20 (diff)
downloadports-8574f0b3d99998bac12133571fc171dca6e71f64.tar.gz
ports-8574f0b3d99998bac12133571fc171dca6e71f64.zip
Support stage
Notes
Notes: svn path=/head/; revision=339223
Diffstat (limited to 'converters/base64')
-rw-r--r--converters/base64/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile
index f313f65138a8..5315e50d5046 100644
--- a/converters/base64/Makefile
+++ b/converters/base64/Makefile
@@ -13,8 +13,7 @@ COMMENT= Utility to encode and decode base64 files
GNU_CONFIGURE= yes
ALL_TARGET= prog
-MAN1= base64.1
-PLIST_FILES= bin/base64
+PLIST_FILES= bin/base64 \
+ man/man1/base64.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>