diff options
Diffstat (limited to 'net/exabgp/Makefile')
-rw-r--r-- | net/exabgp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index f7ebf43fc45d..bbc2bbc9ac71 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= exabgp -PORTVERSION= 3.0.10 +PORTVERSION= 3.1.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} EXTRACT_SUFX= .tgz @@ -45,4 +45,7 @@ do-install: ${CP} ${FILESDIR}/exabgp.env ${ETCDIR} ; \ fi +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> |