diff options
author | jim <jim@FreeBSD.org> | 2001-06-02 01:47:25 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2001-06-02 01:47:25 +0800 |
commit | 7b4d020623421dbbe49e03c9df980ebac62b9604 (patch) | |
tree | 0a37a32ca36a7151bf530d4d747278cd91c18bf5 /mail/pgp4pine | |
parent | 2745ba920aba851e0a8b6f0a16ce1d3e91c3649f (diff) | |
download | freebsd-ports-gnome-7b4d020623421dbbe49e03c9df980ebac62b9604.tar.gz freebsd-ports-gnome-7b4d020623421dbbe49e03c9df980ebac62b9604.tar.zst freebsd-ports-gnome-7b4d020623421dbbe49e03c9df980ebac62b9604.zip |
Define WRKSRC so this port works again.
PR: 27781
Submitted by: Chris Shumway <cshumway@titan-project.org>
Approved by: maintainer (through submitter)
Diffstat (limited to 'mail/pgp4pine')
-rw-r--r-- | mail/pgp4pine/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/pgp4pine/Makefile b/mail/pgp4pine/Makefile index e56d1700806c..503e2d13f6ac 100644 --- a/mail/pgp4pine/Makefile +++ b/mail/pgp4pine/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= holger@flatline.de +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= pgp4pine.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${PREFIX}/share/doc |