diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-01 10:33:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-01 10:33:23 +0000 |
commit | 29e3b8af904ce06a3080405aacf95d8dd3062ab2 (patch) | |
tree | f4f7ebbd0c360215503faeb5d70fd1e98f724868 /mail/sendmail | |
parent | a77340dd8c5b0c547a856a691baaf4e40253f291 (diff) | |
download | pkgsrc-29e3b8af904ce06a3080405aacf95d8dd3062ab2.tar.gz |
Remove a test target I forgot I had added.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 456bca1b54b..071c61bc109 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/01/29 11:34:31 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2001/02/01 10:33:23 wiz Exp $ DISTNAME= sendmail.8.11.2 PKGNAME= sendmail-8.11.2 @@ -87,7 +87,6 @@ post-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ <${FILESDIR}/mailer.conf >${WRKDIR}/mailer.conf.sendmail ${CAT} ${PKGDIR}/PLIST.common ${PKGDIR}/PLIST.${LOWER_OPSYS} > ${PLIST_SRC} -test-build: ${CP} ${PKGDIR}/MESSAGE ${MESSAGE_SRC} .if ${USE_DB2} == YES ${ECHO} "" >> ${MESSAGE_SRC} |