diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-16 12:28:21 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-16 12:28:21 +0000 |
commit | 30d867a265ba3ff6a2399637f2ebcc9fbc69c9db (patch) | |
tree | fcbfa072baee457eebffa9cad4bd9411f2f87b5e /misc | |
parent | a13701decc6dfc8cf30205d142ceaaf64676278f (diff) | |
download | ports-30d867a265ba3ff6a2399637f2ebcc9fbc69c9db.tar.gz ports-30d867a265ba3ff6a2399637f2ebcc9fbc69c9db.zip |
Notes
Diffstat (limited to 'misc')
-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 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> |