diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-05 10:26:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-05 10:26:20 +0000 |
commit | 8f604710afe4effd4df81b35ed22fba5f305ca36 (patch) | |
tree | 144b312bfe7fa4c28ab13132b52d7f214adb02ac /mail | |
parent | 012fb14ac76350e0c47f9fdcbfedd795978afc94 (diff) | |
download | pkgsrc-8f604710afe4effd4df81b35ed22fba5f305ca36.tar.gz |
Replace NO_BUILD with empty do-build target.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/archivemail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/archivemail/Makefile b/mail/archivemail/Makefile index 938efea3086..e11152d0a31 100644 --- a/mail/archivemail/Makefile +++ b/mail/archivemail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/02/21 20:26:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/05 10:26:20 wiz Exp $ # DISTNAME= archivemail-0.6.1 @@ -10,9 +10,10 @@ HOMEPAGE= http://archivemail.sourceforge.net/ COMMENT= Tool for archiving and compressing old email in mailboxes NO_CONFIGURE= yes -NO_BUILD= yes USE_BUILDLINK3= yes +do-build: + do-install: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHONBIN} setup.py install \ --prefix=${PREFIX} |