Merge commit 'jrollins/master'
[monkeysphere.git] / packaging / freebsd / security / monkeysphere / Makefile
index c54f56c93e352bc1b3c44504b14de1a863d03b98..65d71f4bcef66b9f1f9c293b7f66828b4f86914e 100644 (file)
@@ -5,17 +5,17 @@
 # $FreeBSD$
 #
 
-PORTNAME=      monkeysphere
-PORTVERSION=   0.24
-CATEGORIES=    security
-MASTER_SITES=  http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
+PORTNAME=      monkeysphere
+PORTVERSION=   0.24
+CATEGORIES=    security
+MASTER_SITES=  http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/
 # hack for debian orig tarballs
-DISTFILES=      ${PORTNAME}_${DISTVERSION}.orig.tar.gz
+DISTFILES=     ${PORTNAME}_${DISTVERSION}.orig.tar.gz
 
-MAINTAINER=    dkg@fifthhorseman.net
-COMMENT=       use the OpenPGP web of trust to verify ssh connections
+MAINTAINER=    dkg@fifthhorseman.net
+COMMENT=       Use the OpenPGP web of trust to verify ssh connections
 
-RUN_DEPENDS=    gpg:${PORTSDIR}/security/gnupg1 \
+RUN_DEPENDS=   gpg:${PORTSDIR}/security/gnupg1 \
                lockfile:${PORTSDIR}/mail/procmail \
                bash:${PORTSDIR}/shells/bash \
                ${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
@@ -24,9 +24,9 @@ RUN_DEPENDS=    gpg:${PORTSDIR}/security/gnupg1 \
 MAN1=          monkeysphere.1 openpgp2ssh.1 pem2openpgp.1
 MAN7=          monkeysphere.7
 MAN8=          monkeysphere-host.8 monkeysphere-authentication.8
-MANCOMPRESSED= yes
+MANCOMPRESSED= yes
 
-MAKE_ARGS= ETCPREFIX=${PREFIX} MANPREFIX=${PREFIX}/man ETCSUFFIX=.sample
+MAKE_ARGS=     ETCPREFIX=${PREFIX} MANPREFIX=${PREFIX}/man ETCSUFFIX=.sample
 
 # use proper system paths for FreeBSD instead of debian's:
 post-patch:
@@ -49,6 +49,8 @@ post-patch:
          ${WRKSRC}/src/monkeysphere-host \
          ${WRKSRC}/src/monkeysphere-authentication \
          ${WRKSRC}/src/monkeysphere
+       # and clean up cruft from the sed replacements:
+       ${FIND} ${WRKSRC} -name '*.bak' -delete
 
 post-install:
        @if [ ! -f ${PREFIX}/etc/monkeysphere/monkeysphere.conf ]; then \