diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-04 14:40:08 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-04 14:40:08 +0800 |
commit | 751db001a9adafa9b6d3d840cf02622cf71bbca2 (patch) | |
tree | 288981a7f1b6e34da52317a193210af14cd0fb77 /mail/premail | |
parent | 5eb13430b3e52dc7a4dfd5daee0b1b701f080548 (diff) | |
download | freebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.tar.gz freebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.tar.zst freebsd-ports-gnome-751db001a9adafa9b6d3d840cf02622cf71bbca2.zip |
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
Diffstat (limited to 'mail/premail')
-rw-r--r-- | mail/premail/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/premail/Makefile b/mail/premail/Makefile index 422ba2f4a9cc..a17c51fb7a9e 100644 --- a/mail/premail/Makefile +++ b/mail/premail/Makefile @@ -1,23 +1,23 @@ -# New ports collection makefile for: premail -# Date created: 31 Jan 1997 -# Whom: ache +# New ports collection makefile for: premail +# Date created: 31 Jan 1997 +# Whom: ache # # $FreeBSD$ # PORTNAME= premail -PORTVERSION= 0.46 -CATEGORIES= security mail -MASTER_SITES= ftp://ftp.jpunix.com/pub/remailer-tools/ \ +PORTVERSION= 0.46 +CATEGORIES= mail security +MASTER_SITES= ftp://ftp.jpunix.com/pub/remailer-tools/ \ ftp://ftp.kiarchive.ru/pub/unix/crypto/ MAINTAINER= ache@FreeBSD.org -BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp +BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp -WRKSRC= ${WRKDIR}/premail -USE_PERL5= Yes -NO_BUILD= Yes +WRKSRC= ${WRKDIR}/premail +USE_PERL5= yes +NO_BUILD= yes post-patch: cd ${WRKSRC}; \ |