diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
commit | ab925eae51185af7d3301ecde91347cc15b29957 (patch) | |
tree | 3510d8114a8de09de1e0c6b530f1429293c1c9ca /mail/postfix21/Makefile | |
parent | e76a8576db3b821c79a4e10837f4ddb2d010629d (diff) | |
download | FreeBSD-ports-ab925eae51185af7d3301ecde91347cc15b29957.zip FreeBSD-ports-ab925eae51185af7d3301ecde91347cc15b29957.tar.gz |
Add USE_SUBMAKE, where it might be necessary.
Diffstat (limited to 'mail/postfix21/Makefile')
-rw-r--r-- | mail/postfix21/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index 4405b46..23f8ee1 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/Makefile @@ -21,6 +21,8 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= khera@kciLink.com +USE_SUBMAKE= yes + MAN1= mailq.1 newaliases.1 postalias.1 postcat.1 postconf.1 postdrop.1 \ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postqueue.1 \ postsuper.1 sendmail.1 |