diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-03 21:46:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-03 21:46:47 +0000 |
commit | 64832d2c123fb815c89fef63fa38f95cd35ea5fd (patch) | |
tree | e419bb27398fb34d78509e2fc9b1a928a78f8d78 /www/asterisk-gui/Makefile | |
parent | da9e0130174844c570eb0eb76833e9f490adebc1 (diff) |
Notes
Diffstat (limited to 'www/asterisk-gui/Makefile')
-rw-r--r-- | www/asterisk-gui/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/asterisk-gui/Makefile b/www/asterisk-gui/Makefile index 360dff5411f1..c058e0c6caee 100644 --- a/www/asterisk-gui/Makefile +++ b/www/asterisk-gui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asterisk-gui -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= www MASTER_SITES= http://downloads.digium.com/pub/telephony/asterisk-gui/releases/ @@ -19,7 +19,6 @@ RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk \ PROJECTHOST= asterisk-bsd USE_AUTOTOOLS= autoconf:262 automake:19 USE_GMAKE= yes -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message post-patch: @@ -40,9 +39,7 @@ run-autotools: checkconfig: @cd ${WRKSRC} && ${GMAKE} checkconfig -.include <bsd.port.pre.mk> - post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |