diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-30 19:25:11 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-30 19:25:11 +0000 |
commit | 88e38d7f1229f21c7f535a8e96b925c585111612 (patch) | |
tree | 6e22aca931c39a0c0f12a7c4a57152becf30350b /mail/postfix25/scripts | |
parent | Remove unnecessary post-clean (diff) |
Update to 2.2.6
More complete installation of TEST programs/man pages
Add SHA256
Remove extra blank lines in pkg-message
Approved by: maintainer via email
Notes
Notes:
svn path=/head/; revision=150076
Diffstat (limited to 'mail/postfix25/scripts')
-rw-r--r-- | mail/postfix25/scripts/configure.postfix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix index 0d1cd612f95e..d1af8cb4e57b 100644 --- a/mail/postfix25/scripts/configure.postfix +++ b/mail/postfix25/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.67 2005-10-14 14:20:01 mnag Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.68 2005-11-30 19:25:11 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -224,7 +224,9 @@ while [ "$1" ]; do echo "PATCH_DIST_STRIP= -p1" ;; Test) - echo "BINTEST= smtp-sink smtp-source qmqp-source" + echo "BINTEST= qmqp-sink qmqp-source smtp-sink smtp-source" + echo "MANTEST= qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1" + echo "MAN1+= \${MANTEST}" SUB_TEST="" ;; *) |