diff options
-rw-r--r-- | sysutils/automounter/Makefile | 9 | ||||
-rw-r--r-- | sysutils/automounter/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile index d6f8c421535d..76751ffed214 100644 --- a/sysutils/automounter/Makefile +++ b/sysutils/automounter/Makefile @@ -6,17 +6,16 @@ # PORTNAME= automounter -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= sysutils -MASTER_SITES= SF -MASTER_SITE_SUBDIR= bsdadminscripts +MASTER_SITES= SFP/bsdadminscripts/${PORTNAME}/ MAINTAINER= kamikaze@bsdforen.de COMMENT= Provides scripts to dynamically configure amd WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src NO_BUILD= yes -MANCOMPRESSED= no +MANCOMPRESSED= yes .if defined(NOPORTDOCS) NOPORTDOCS= -nodoc @@ -26,7 +25,7 @@ MAN8= automounter.8 .endif plist: patch - @cd ${WRKSRC}; ./list.sh -nodoc > ${PLIST} + @cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST} do-install: @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS} diff --git a/sysutils/automounter/distinfo b/sysutils/automounter/distinfo index 25420eb54c6d..64bde68e6ecd 100644 --- a/sysutils/automounter/distinfo +++ b/sysutils/automounter/distinfo @@ -1,3 +1,3 @@ -MD5 (automounter-1.3.3.tar.gz) = 7f3913fc83cd98589cf0ef1d7b2b60dc -SHA256 (automounter-1.3.3.tar.gz) = 50e23fcba656649dbde6071d3a5a95fa0c2614019eddac7f9b7e9d97c6b754f5 -SIZE (automounter-1.3.3.tar.gz) = 13893 +MD5 (automounter-1.3.4.tar.gz) = 927ae5dcb93ea46f5435db29014b914e +SHA256 (automounter-1.3.4.tar.gz) = 7c3eafd536e477e2edde772f5715d77013407393bbeadc2b995f47d7d69eed21 +SIZE (automounter-1.3.4.tar.gz) = 14089 |