summaryrefslogtreecommitdiff
path: root/packaging/freebsd/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-10-26 21:19:34 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-10-26 21:19:34 -0400
commitb1244f1dc98230fc04bde76a89e88d7fa0d08053 (patch)
tree7d891cfff04797f3bc4b6a32d9971eb172db32bf /packaging/freebsd/Makefile
parent12dfa2eccb5489021507bf40447c4495decd9fd0 (diff)
tracking freebsd packaging from anarcat.
Diffstat (limited to 'packaging/freebsd/Makefile')
-rw-r--r--packaging/freebsd/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/packaging/freebsd/Makefile b/packaging/freebsd/Makefile
index 7a24dc5..78ad0d3 100644
--- a/packaging/freebsd/Makefile
+++ b/packaging/freebsd/Makefile
@@ -12,9 +12,6 @@ MASTER_SITES= http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monke
# 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>