diff options
Diffstat (limited to 'mail/ez-pine-gpg/Makefile')
-rw-r--r-- | mail/ez-pine-gpg/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/ez-pine-gpg/Makefile b/mail/ez-pine-gpg/Makefile index 1c439dabc365..dfdd43d11a39 100644 --- a/mail/ez-pine-gpg/Makefile +++ b/mail/ez-pine-gpg/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: ez-pine-gpg -# Date created: 20 June 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ PORTNAME= ez-pine-gpg @@ -20,6 +17,7 @@ RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes +NO_STAGE= yes do-install: (cd ${WRKSRC} && ./install ${PREFIX}/bin) |