aboutsummaryrefslogtreecommitdiff
path: root/converters/base64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/base64/Makefile')
-rw-r--r--converters/base64/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/base64/Makefile b/converters/base64/Makefile
index c6a854e2a130..f313f65138a8 100644
--- a/converters/base64/Makefile
+++ b/converters/base64/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: base64
-# Date created: 29 Oct 2000
-# Whom: will
-#
+# Created by: will
# $FreeBSD$
-#
PORTNAME= base64
PORTVERSION= 1.5
@@ -20,4 +16,5 @@ ALL_TARGET= prog
MAN1= base64.1
PLIST_FILES= bin/base64
+NO_STAGE= yes
.include <bsd.port.mk>