summaryrefslogtreecommitdiff
path: root/mail/ripmime/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-07-29 20:11:31 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-07-29 20:11:31 +0000
commite97299cc7d548179017771484faa0cfe994a8991 (patch)
tree578a701b4e2be2b286a66d853e62f144efef09d4 /mail/ripmime/Makefile
parent- Update rc script to conform latest localpkg changes (diff)
- update to 1.3.2.0
- install manpage Submitted by: dinoex Approved by: Justin Stanford
Notes
Notes: svn path=/head/; revision=115027
Diffstat (limited to 'mail/ripmime/Makefile')
-rw-r--r--mail/ripmime/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile
index 76c6643bbf01..32afe0a1a13e 100644
--- a/mail/ripmime/Makefile
+++ b/mail/ripmime/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ripmime
-PORTVERSION= 1.3.1.1
+PORTVERSION= 1.3.2.0
CATEGORIES= mail
MASTER_SITES= http://www.pldaniels.com/ripmime/
@@ -14,6 +14,7 @@ MAINTAINER= jus@security.za.net
COMMENT= Extracts attached files out of a MIME encoded email package
PLIST_FILES= bin/ripmime
+MAN1= ripmime.1
USE_REINPLACE= yes
pre-build:
@@ -21,6 +22,10 @@ pre-build:
s!CFLAGS= -Wall -O2!CFLAGS+= -Wall!' \
${WRKSRC}/Makefile
+do_install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ripmime ${PREFIX}/bin/
+ ${INSTALL_MAN} ${WRKSRC}/ripmime.1 ${MANPREFIX}/man/man1/
+
post-install:
@${CAT} ${PKGMESSAGE}