aboutsummaryrefslogtreecommitdiff
path: root/textproc/topic/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-12-22 04:32:07 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-12-22 04:32:07 +0000
commitb1c97be97a685f92d3ebe8642983af897950ae53 (patch)
tree2454c47ce9fbc6063ac29feaeace567d91e15588 /textproc/topic/Makefile
parent228e65a91ba57dfbc7024a682311525223a81fa6 (diff)
downloadports-b1c97be97a685f92d3ebe8642983af897950ae53.tar.gz
ports-b1c97be97a685f92d3ebe8642983af897950ae53.zip
Notes
Diffstat (limited to 'textproc/topic/Makefile')
-rw-r--r--textproc/topic/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/topic/Makefile b/textproc/topic/Makefile
index 34fc2714abad..47d405ceb39b 100644
--- a/textproc/topic/Makefile
+++ b/textproc/topic/Makefile
@@ -1,7 +1,8 @@
+# Created by: Michael Sanders <email@freebsd.hypermart.net>
# $FreeBSD$
PORTNAME= topic
-PORTVERSION= 1.03
+PORTVERSION= 1.04
CATEGORIES= textproc
MASTER_SITES= http://freebsd.hypermart.net/code/
@@ -10,6 +11,8 @@ COMMENT= Topic markup parser
LICENSE= BSD2CLAUSE
+PLIST_FILES= bin/topic \
+ man/man1/topic.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/topic ${STAGEDIR}${PREFIX}/bin/topic
${INSTALL_MAN} ${WRKSRC}/topic.1 ${STAGEDIR}${PREFIX}/man/man1/topic.1