diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-17 19:15:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-17 19:15:31 +0000 |
commit | fb76d7344e76682aba7d061a499015d97999330b (patch) | |
tree | d27e89a33f806ed4b433b18926a2ece377a4a311 /net | |
parent | Update to 3.7.6 (diff) |
upgrade to 1.3.2
PR: 30932
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=48886
Diffstat (limited to 'net')
-rw-r--r-- | net/samplicator/Makefile | 9 | ||||
-rw-r--r-- | net/samplicator/distinfo | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net/samplicator/Makefile b/net/samplicator/Makefile index f74cf3d8a283..84dd30164367 100644 --- a/net/samplicator/Makefile +++ b/net/samplicator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= samplicator -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= net MASTER_SITES= http://www.switch.ch/tf-tant/floma/sw/samplicator/ @@ -15,8 +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}/ + ${MKDIR} ${DOCSDIR} +.for file in NEWS README + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor .include <bsd.port.mk> diff --git a/net/samplicator/distinfo b/net/samplicator/distinfo index d97ff894e0ca..3a6e860b6f78 100644 --- a/net/samplicator/distinfo +++ b/net/samplicator/distinfo @@ -1 +1 @@ -MD5 (samplicator-1.3.1.tar.gz) = ef1acb18f216251c49f8f64a842dabea +MD5 (samplicator-1.3.2.tar.gz) = 39f0999db9082beecb371a2ec720f56e |