aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zogftw/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-10-07 20:56:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-10-07 20:56:50 +0000
commite44133365075622bc72a7ec8e58bfac345024e6c (patch)
tree780fa4ac53e7bc3c447e2a1e6c34447b20a42605 /sysutils/zogftw/Makefile
parentb51437f7d1aa7ad9fa8324f1df70e1e99f8fc9fc (diff)
downloadports-e44133365075622bc72a7ec8e58bfac345024e6c.tar.gz
ports-e44133365075622bc72a7ec8e58bfac345024e6c.zip
- Update to 2013-10-06
- Convert to STAGEDIR PR: ports/182744 Submitted by: Fabian Keil (maintainer)
Notes
Notes: svn path=/head/; revision=329739
Diffstat (limited to 'sysutils/zogftw/Makefile')
-rw-r--r--sysutils/zogftw/Makefile24
1 files changed, 9 insertions, 15 deletions
diff --git a/sysutils/zogftw/Makefile b/sysutils/zogftw/Makefile
index 3a5526471833..ed88bc0c9c5c 100644
--- a/sysutils/zogftw/Makefile
+++ b/sysutils/zogftw/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= zogftw
-PORTVERSION= 0.0.2013.03.31
+PORTVERSION= 0.0.2013.10.06
CATEGORIES= sysutils
MASTER_SITES= http://www.fabiankeil.de/sourcecode/zogftw/
-DISTNAME= ${PORTNAME}-2013-03-31-80ef6e9
+DISTNAME= ${PORTNAME}-2013-10-06-4760e2c
MAINTAINER= fk@fabiankeil.de
COMMENT= Creates redundant backups on encrypted ZFS pools
@@ -16,23 +16,17 @@ RUN_DEPENDS= mbuffer:${PORTSDIR}/misc/mbuffer \
OPTIONS_DEFINE= GNUPG
OPTIONS_DEFAULT= GNUPG
-PLIST_FILES= sbin/zogftw
-
-MAN8= zogftw.8
+PLIST_FILES= sbin/zogftw \
+ man/man8/zogftw.8.gz
+NO_BUILD= yes
PORTSCOUT= ignore:1
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MGNUPG}
-RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg1 \
- gpg-agent:${PORTSDIR}/security/gnupg
-.endif
+GNUPG_RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 \
+ gpg-agent:${PORTSDIR}/security/gnupg
-do-build:
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/zogftw ${PREFIX}/sbin/zogftw
- ${INSTALL_MAN} ${WRKSRC}/zogftw.8 ${MAN8PREFIX}/man/man8
+ ${INSTALL_SCRIPT} ${WRKSRC}/zogftw ${STAGEDIR}${PREFIX}/sbin/zogftw
+ ${INSTALL_MAN} ${WRKSRC}/zogftw.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
.include <bsd.port.mk>