aboutsummaryrefslogtreecommitdiff
path: root/net/samplicator/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-06-28 12:28:03 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-06-28 12:28:03 +0000
commit5a87288a0cbe788f65ebde00877284c79d8303ed (patch)
treef392e5564d124f4a5ff6157acc75a3219f89ce56 /net/samplicator/Makefile
parent7568d19b5dcd74edc9ebdf3f17f3325b02470a3a (diff)
Notes
Diffstat (limited to 'net/samplicator/Makefile')
-rw-r--r--net/samplicator/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/samplicator/Makefile b/net/samplicator/Makefile
index bcb0efbbe118..9211e5c2068e 100644
--- a/net/samplicator/Makefile
+++ b/net/samplicator/Makefile
@@ -7,6 +7,7 @@
PORTNAME= samplicator
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.switch.ch/tf-tant/floma/sw/samplicator/
@@ -14,4 +15,9 @@ MAINTAINER= lyngbol@wheel.dk
GNU_CONFIGURE= yes
+post-install:
+ ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/NEWS ${PREFIX}/share/doc/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/
+
.include <bsd.port.mk>