diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-07 00:08:39 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-07 00:08:39 +0000 |
commit | 291b3d2c52363f41133372e2ed3ed011f6a38ccd (patch) | |
tree | c102332e2f23e7195421e8eebab39a353abd017c /security | |
parent | d8a09e13e101b035af9d8d2f1d867595b4f23dca (diff) |
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.
Notes
Notes:
svn path=/head/; revision=2289
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp/Makefile | 5 | ||||
-rw-r--r-- | security/pgp5/Makefile | 5 | ||||
-rw-r--r-- | security/pgp6/Makefile | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 11001a827d03..f05695a4f962 100644 --- a/security/pgp/Makefile +++ b/security/pgp/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 diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 11001a827d03..f05695a4f962 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 diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 11001a827d03..f05695a4f962 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/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 |