aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fpart/Makefile
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2013-11-07 16:06:22 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2013-11-07 16:06:22 +0000
commit7adb6e0d6eaf2e8a6ab2a0481e4976812e85d6bf (patch)
treecdecf09d53189df6ca8cc006aca25efce841db12 /sysutils/fpart/Makefile
parent7ebd7de4483a568aee555e0f76cfb2fd8da85aa4 (diff)
downloadports-7adb6e0d6eaf2e8a6ab2a0481e4976812e85d6bf.tar.gz
ports-7adb6e0d6eaf2e8a6ab2a0481e4976812e85d6bf.zip
Notes
Diffstat (limited to 'sysutils/fpart/Makefile')
-rw-r--r--sysutils/fpart/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/fpart/Makefile b/sysutils/fpart/Makefile
index b4615a7e2151..8d05853f3c52 100644
--- a/sysutils/fpart/Makefile
+++ b/sysutils/fpart/Makefile
@@ -18,14 +18,8 @@ CONFIGURE_ARGS= --disable-embfts
PLIST_FILES= bin/fpart man/man1/fpart.1.gz
PORTDOCS= Changelog README TODO
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for doc in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
-.endfor
-.endif
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>