diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-03 22:38:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-06-03 22:38:35 +0000 |
commit | 1809887ddd6fd017f42ca369f650921e08b5e991 (patch) | |
tree | e74eca362de451ca869e5c8318e6e64dcfb20c6e /sysutils/munin-main/Makefile | |
parent | 58215965b53498e5d70965381c19933d0221d8e6 (diff) | |
download | ports-1809887ddd6fd017f42ca369f650921e08b5e991.tar.gz ports-1809887ddd6fd017f42ca369f650921e08b5e991.zip |
Notes
Diffstat (limited to 'sysutils/munin-main/Makefile')
-rw-r--r-- | sysutils/munin-main/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/munin-main/Makefile b/sysutils/munin-main/Makefile index 2542e336c727..609b50c6c2e4 100644 --- a/sysutils/munin-main/Makefile +++ b/sysutils/munin-main/Makefile @@ -6,12 +6,12 @@ # PORTNAME= munin -PORTVERSION= 1.0.0.p3 +PORTVERSION= 1.0.0.p5 CATEGORIES= sysutils perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= munin PKGNAMESUFFIX= -main -DISTNAME= munin_1.0.0pre3 +DISTNAME= ${PORTNAME}_${PORTVERSION:S/.p/pre/} MAINTAINER= lupe@lupe-christoph.de COMMENT= Collector part of Munin @@ -31,7 +31,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storabl USE_GMAKE= yes PATCH_STRIP= -p1 -WRKSRC= ${WRKDIR}/munin-1.0.0pre3 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.p/pre/} PKGMESSAGE= ${WRKDIR}/pkg-message ALL_TARGET= DATADIR=${DATADIR} build build-man INSTALL_TARGET= DATADIR=${DATADIR} install-main |