diff options
author | christos <christos@pkgsrc.org> | 1999-05-30 03:47:43 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 1999-05-30 03:47:43 +0000 |
commit | 01668571c27febe8d7931edc3dcd72afd6349b3f (patch) | |
tree | 0571cc73950da9f0a4af115265141e0586898fe0 /mail/postfix | |
parent | a4d1df77f97d2e71b2b586668a599047467977bf (diff) | |
download | pkgsrc-01668571c27febe8d7931edc3dcd72afd6349b3f.tar.gz |
remove the dash from the package name
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 150e6c4e4b3..d2fb95acc9d 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.1 1999/05/29 20:57:17 christos Exp $ +# $NetBSD: Makefile,v 1.2 1999/05/30 03:47:43 christos Exp $ +PKGNAME= postfix-19990317pl05 DISTNAME= postfix-19990317-pl05 CATEGORIES= mail MASTER_SITES= ftp://postfix.cloud9.net/official/ +DISTFILES= postfix-19990317-pl05.tar.gz MAINTAINER= christos@netbsd.org HOMEPAGE= http://www.postfix.org MIRROR_DISTFILE= no -#NO_WRKSUBDIR= yes -#NO_WRKSRC= yes pre-patch: ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist |