diff options
-rw-r--r-- | www/wgetpaste/Makefile | 7 | ||||
-rw-r--r-- | www/wgetpaste/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/wgetpaste/Makefile b/www/wgetpaste/Makefile index c4ee5bbefbc6..cbbd11c40d77 100644 --- a/www/wgetpaste/Makefile +++ b/www/wgetpaste/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wgetpaste -PORTVERSION= 2.19 +PORTVERSION= 2.20 CATEGORIES= www MASTER_SITES= http://wgetpaste.zlin.dk/ \ LOCAL/sunpoet @@ -30,11 +30,10 @@ post-patch: ${WRKSRC}/${PORTNAME} do-install: + ${MKDIR} ${PREFIX}/etc/${PORTNAME}.d/ ${PREFIX}/share/zsh/site-functions/ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - ${MKDIR} ${PREFIX}/share/zsh/site-functions/ - ${INSTALL_DATA} ${WRKSRC}/_${PORTNAME} ${PREFIX}/share/zsh/site-functions/ ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.example ${PREFIX}/etc/${PORTNAME}.conf.sample - ${MKDIR} ${PREFIX}/etc/${PORTNAME}.d/ ${INSTALL_DATA} ${DISTDIR}/zlin.conf ${PREFIX}/etc/${PORTNAME}.d/ + ${INSTALL_DATA} ${WRKSRC}/_${PORTNAME} ${PREFIX}/share/zsh/site-functions/ .include <bsd.port.mk> diff --git a/www/wgetpaste/distinfo b/www/wgetpaste/distinfo index 091ada2e6017..6cc9803db75b 100644 --- a/www/wgetpaste/distinfo +++ b/www/wgetpaste/distinfo @@ -1,5 +1,5 @@ -SHA256 (wgetpaste-2.19.tar.bz2) = bb832557fca3be838838a87d790cb535974ea70bd2393818201676212f0f3b5a -SIZE (wgetpaste-2.19.tar.bz2) = 9960 +SHA256 (wgetpaste-2.20.tar.bz2) = 7a53836d02e07cefc3c2978bb129a037fa1e1222ba0e275c4e818230a6d6fb9e +SIZE (wgetpaste-2.20.tar.bz2) = 10104 SHA256 (wgetpaste.example) = cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d SIZE (wgetpaste.example) = 380 SHA256 (zlin.conf) = 8fe8338ebd6716bac1e7e818b26163f899d7609fbac5932aaa1dabe45d6fdb19 |