diff options
Diffstat (limited to 'security/pwman/Makefile')
-rw-r--r-- | security/pwman/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/pwman/Makefile b/security/pwman/Makefile index 66f3031b6bfc..63dc27e28089 100644 --- a/security/pwman/Makefile +++ b/security/pwman/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pwman -# Date created: 23 June 2002 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= pwman PORTVERSION= 0.4.0 @@ -24,6 +20,7 @@ PLIST_FILES= bin/convert_pwdb bin/pwdb2csv bin/pwman PORTDOCS= AUTHORS COPYING ChangeLog README TODO +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/gpg|${LOCALBASE}/bin/gpg|g' ${WRKSRC}/src/options.c |