diff options
Diffstat (limited to 'misc/mirmon/Makefile')
-rw-r--r-- | misc/mirmon/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/mirmon/Makefile b/misc/mirmon/Makefile index a55019606efd..d4e8a92daa91 100644 --- a/misc/mirmon/Makefile +++ b/misc/mirmon/Makefile @@ -17,18 +17,12 @@ USES= shebangfix SHEBANG_FILES= ${WRKSRC}/mirmon ${WRKSRC}/probe SUB_FILES= pkg-message -SUB_LIST= PREFIX=${PREFIX} PLIST_FILES= bin/mirmon bin/probe -MAN1= mirmon.1 OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MDOCS} PORTDOCS= * -.endif post-patch: @${REINPLACE_CMD} -e "s,/etc,${LOCALBASE}/etc," \ @@ -43,14 +37,7 @@ do-install: ${CP} -R ${WRKSRC}/countries.list ${WRKSRC}/icons ${STAGEDIR}${DATADIR} @${FIND} ${STAGEDIR}${DATADIR} ! -type d | \ ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${STAGEDIR}${DATADIR} -type d | ${SORT} -r | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.if ! ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} ${WRKSRC}/mirmon.html ${STAGEDIR}${DOCSDIR} -.endif - -post-install: - ${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |