diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-02-11 00:14:38 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-02-11 00:14:38 +0000 |
commit | 3e13a578f504377b2b7faf6b11485ddacab9c722 (patch) | |
tree | 41e5381a3ba36458d227d41b9ae5a791eaa17bba /security/pad/Makefile | |
parent | 407a27a31795a25e9ef6fb062b18d32050c97f3e (diff) |
Notes
Diffstat (limited to 'security/pad/Makefile')
-rw-r--r-- | security/pad/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/pad/Makefile b/security/pad/Makefile index b49434f58d7b..9328506045ec 100644 --- a/security/pad/Makefile +++ b/security/pad/Makefile @@ -6,12 +6,10 @@ # PORTNAME= pad -PORTVERSION= 1.0.4 PORTEPOCH= 1 +PORTVERSION= 1.0.4 CATEGORIES= security -MASTER_SITES= http://www.lammah.com/pad/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR=trevor +MASTER_SITES= http://www.lammah.com/pad/ EXTRACT_SUFX= .tgz MAINTAINER= jharris@widomaker.com @@ -20,7 +18,6 @@ DOC_FILES= COPYING README ChangeLog GNU_CONFIGURE= yes MAN1= pad.1 PLIST= ${WRKDIR}/pkg-plist -USE_GMAKE= yes USE_OPENSSL= yes pre-install: |