aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-07-16 12:28:21 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-07-16 12:28:21 +0000
commit30d867a265ba3ff6a2399637f2ebcc9fbc69c9db (patch)
treefcbfa072baee457eebffa9cad4bd9411f2f87b5e /misc
parenta13701decc6dfc8cf30205d142ceaaf64676278f (diff)
downloadports-30d867a265ba3ff6a2399637f2ebcc9fbc69c9db.tar.gz
ports-30d867a265ba3ff6a2399637f2ebcc9fbc69c9db.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/mime-support/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/mime-support/Makefile b/misc/mime-support/Makefile
index 29677c33fec7..1e655b0465c1 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>