diff options
author | jkh <jkh@FreeBSD.org> | 1995-10-07 00:08:39 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-10-07 00:08:39 +0000 |
commit | 6b993ff3e1d39791c8dfb33d8ce5d40ef605ed18 (patch) | |
tree | 2affa57fb5c3f2d60821959c8f218f76064377cb /security/pgp5 | |
parent | 6429b1fd8529eac61d0f58c0bcbc4c6f52a98eab (diff) | |
download | FreeBSD-ports-6b993ff3e1d39791c8dfb33d8ce5d40ef605ed18.zip FreeBSD-ports-6b993ff3e1d39791c8dfb33d8ce5d40ef605ed18.tar.gz |
Pick an initial DISTNAME for this. The extra obfuscation for
US and non-US versions ended up eliminating any sort of default
DISTNAME for `make describe' and hence the INDEX file.
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 11001a8..f05695a 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -4,11 +4,14 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.8 1995/09/25 19:21:31 ache Exp $ +# $Id: Makefile,v 1.9 1995/09/28 14:57:12 ache Exp $ # CATEGORIES+= security +# Pick an initial default, else it doesn't get set in the INDEX. +DISTNAME= pgp262s + MAINTAINER= ache@FreeBSD.ORG WRKSRC= ${WRKDIR}/src NO_PACKAGE= YES |