diff options
author | adamw <adamw@FreeBSD.org> | 2014-01-03 23:26:06 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-01-03 23:26:06 +0800 |
commit | 855b8f9eb8b6c8d2ac7ab50561b4fcac8c30ac99 (patch) | |
tree | bc69c025c1ff53d7dce410b1f29dea3232181f67 /audio/cutmp3/Makefile | |
parent | d62f31863259e22aad489e1d7c5e0045037951d4 (diff) | |
download | freebsd-ports-gnome-855b8f9eb8b6c8d2ac7ab50561b4fcac8c30ac99.tar.gz freebsd-ports-gnome-855b8f9eb8b6c8d2ac7ab50561b4fcac8c30ac99.tar.zst freebsd-ports-gnome-855b8f9eb8b6c8d2ac7ab50561b4fcac8c30ac99.zip |
Convert to PORT_OPTIONS:MDOCS.
Holdout shame list: ruby, perl, python
Diffstat (limited to 'audio/cutmp3/Makefile')
-rw-r--r-- | audio/cutmp3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/cutmp3/Makefile b/audio/cutmp3/Makefile index e54c20153a20..5d6e4f7bf878 100644 --- a/audio/cutmp3/Makefile +++ b/audio/cutmp3/Makefile @@ -19,11 +19,13 @@ PLIST_FILES= bin/cutmp3 PORTDOCS= README README.timetable USAGE +.include <bsd.port.options.mk> + post-patch: @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif |