diff options
author | oliver <oliver@FreeBSD.org> | 2005-07-16 12:28:21 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-07-16 12:28:21 +0000 |
commit | 451076402ffae319e4ce6bf1c49904885e4d585f (patch) | |
tree | ea38967590aa310a02ba7d1c2c4110ca67fd4b85 /misc/mime-support | |
parent | 8af794670b93a2b492ccdf7890dbc76e4e124928 (diff) | |
download | FreeBSD-ports-451076402ffae319e4ce6bf1c49904885e4d585f.zip FreeBSD-ports-451076402ffae319e4ce6bf1c49904885e4d585f.tar.gz |
install run-mailcap
PR: 83555
Submitted by: Ed Schouten <ed@fxq.nl>
Diffstat (limited to 'misc/mime-support')
-rw-r--r-- | misc/mime-support/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/mime-support/Makefile b/misc/mime-support/Makefile index 29677c3..1e655b0 100644 --- a/misc/mime-support/Makefile +++ b/misc/mime-support/Makefile @@ -17,9 +17,12 @@ COMMENT= MIME Media Types list WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -PLIST_FILES= etc/mime.types +PLIST_FILES= bin/run-mailcap etc/mime.types +MAN1= run-mailcap.1 do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/run-mailcap ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/mime.types ${PREFIX}/etc + ${INSTALL_MAN} ${WRKSRC}/run-mailcap.man ${MANPREFIX}/man/man1/run-mailcap.1 .include <bsd.port.mk> |