diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-26 23:10:14 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-10-26 23:10:14 -0400 |
commit | 5a8f2f1b6e5557ef8680bd1025239dcfd3f6550f (patch) | |
tree | 6620d37c2617a0c61325f8113424994ac41f073f /packaging/freebsd/Makefile | |
parent | 88b92e7c69e2c59ece19ff015d150e179c797655 (diff) | |
parent | b1244f1dc98230fc04bde76a89e88d7fa0d08053 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'packaging/freebsd/Makefile')
-rw-r--r-- | packaging/freebsd/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/packaging/freebsd/Makefile b/packaging/freebsd/Makefile index cc3d93f..78ad0d3 100644 --- a/packaging/freebsd/Makefile +++ b/packaging/freebsd/Makefile @@ -6,15 +6,12 @@ # PORTNAME= monkeysphere -PORTVERSION= 0.16~pre +PORTVERSION= 0.16 CATEGORIES= security MASTER_SITES= http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/ # hack for debian orig tarballs DISTFILES= ${PORTNAME}_${DISTVERSION}.orig.tar.gz -# comment this out to test the port -IGNORE= this port is not finished yet - MAINTAINER= dkg@fifthhorseman.net COMMENT= use the OpenPGP web of trust to verify ssh connections @@ -43,5 +40,11 @@ post-install: @if [ ! -f ${PREFIX}/etc/monkeysphere/monkeysphere-server.conf ]; then \ ${CP} -p ${PREFIX}/etc/monkeysphere/monkeysphere-server.conf.sample ${PREFIX}/etc/monkeysphere/monkeysphere-server.conf ; \ fi +.if !defined(PACKAGE_BUILDING) + @${SETENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL +.endif + +post-deinstall: + @${SETENV} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL .include <bsd.port.mk> |