diff options
author | taca <taca@pkgsrc.org> | 2007-04-03 14:02:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2007-04-03 14:02:07 +0000 |
commit | 756dbe54eaf628175c58aa80188286d5614bbfbe (patch) | |
tree | c5e4d47c310ccd0ccda2a7f5ef1276b2af46a17b /mail/postgrey | |
parent | 996e41fd97061e084aa41c1af8d4446c879a8d96 (diff) | |
download | pkgsrc-756dbe54eaf628175c58aa80188286d5614bbfbe.tar.gz |
Revert empty do-build target and remove NO_BUILD.
Reported by Martti Kuparinen <martti@>.
Bump PKGREVISION.
Diffstat (limited to 'mail/postgrey')
-rw-r--r-- | mail/postgrey/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 6de505743c9..166485210d5 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2007/04/02 13:35:08 taca Exp $ +# $NetBSD: Makefile,v 1.18 2007/04/03 14:02:07 taca Exp $ # DISTNAME= postgrey-1.27 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/ \ http://isg.ee.ethz.ch/tools/postgrey/pub/old/ @@ -14,7 +15,6 @@ DEPENDS+= p5-BerkeleyDB-[0-9]*:../../databases/p5-BerkeleyDB DEPENDS+= p5-IO-Multiplex-[0-9]*:../../devel/p5-IO-Multiplex DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server -NO_BUILD= yes NO_CONFIGURE= yes USE_TOOLS+= perl:run @@ -68,6 +68,8 @@ SUBST_MESSAGE.postgrey= Fixing defaults. INSTALLATION_DIRS= sbin ${DOCDIR} ${EGDIR} +do-build: + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/postgrey ${PREFIX}/sbin/postgrey .for i in COPYING Changes README |