diff options
author | reed <reed@pkgsrc.org> | 2004-11-27 07:41:06 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-11-27 07:41:06 +0000 |
commit | f5f1bc953ccd0167a89deeba69f84e2b0fa05a18 (patch) | |
tree | ba8ff4c843c340393f037af0eef6aeda0355ba79 /mail/ripmime/Makefile | |
parent | b39a53fe70c3f06bc23727b0df822da804775481 (diff) | |
download | pkgsrc-f5f1bc953ccd0167a89deeba69f84e2b0fa05a18.tar.gz |
Update ripmime to 1.4.0.2. Add man page for ripmime.
Note that the PKGMANDIR usage is from my pkgsrc that I plan to
commit sometime.
The ripMIME CHANGELOG is too long to include here. Many bug fixes.
Diffstat (limited to 'mail/ripmime/Makefile')
-rw-r--r-- | mail/ripmime/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile index 60eb4926883..638cb1449f7 100644 --- a/mail/ripmime/Makefile +++ b/mail/ripmime/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/10/01 20:45:55 reed Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/27 07:41:06 reed Exp $ # -DISTNAME= ripmime-1.3.0.4 +DISTNAME= ripmime-1.4.0.2 CATEGORIES= mail MASTER_SITES= http://www.pldaniels.com/ripmime/ @@ -9,4 +9,8 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.pldaniels.com/ripmime/ COMMENT= Extract the attached files out of a MIME encoded email package +PKGMANDIR?= man +MAKE_ENV+= PKGMANDIR=${PKGMANDIR} +INSTALLATION_DIRS= bin ${PKGMANDIR} + .include "../../mk/bsd.pkg.mk" |