aboutsummaryrefslogtreecommitdiff
path: root/converters/ascii2binary
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 13:09:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 13:09:44 +0000
commitf629c9ecd27a4175102497f9080453175c25e1e0 (patch)
tree36eeee7407d49f74a68fe16097a1425c41653d06 /converters/ascii2binary
parenta9178ecf5dc1e6110dd8c26461e8719de99ecf84 (diff)
downloadports-f629c9ecd27a4175102497f9080453175c25e1e0.tar.gz
ports-f629c9ecd27a4175102497f9080453175c25e1e0.zip
Support stage
Notes
Notes: svn path=/head/; revision=339221
Diffstat (limited to 'converters/ascii2binary')
-rw-r--r--converters/ascii2binary/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/converters/ascii2binary/Makefile b/converters/ascii2binary/Makefile
index af6ba173002a..a3731c01f42d 100644
--- a/converters/ascii2binary/Makefile
+++ b/converters/ascii2binary/Makefile
@@ -19,11 +19,10 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-PLIST_FILES= bin/ascii2binary bin/binary2ascii
+PLIST_FILES= bin/ascii2binary bin/binary2ascii \
+ man/man1/ascii2binary.1.gz \
+ man/man1/binary2ascii.1.gz
-MAN1= ascii2binary.1 binary2ascii.1
-
-NO_STAGE= yes
pre-configure:
${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" ${WRKSRC}/Makefile.in