diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-11-09 23:18:01 +0800 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-11-09 23:18:01 +0800 |
commit | 8301e1954de51eb7092dc38a05a37be569699bdc (patch) | |
tree | 84ad48dda5fb27ff3f2f098d30ac4ba10c081e07 /devel/cbind | |
parent | 4f23572566d6d1a65233b5c76c7bc9d0568b15be (diff) | |
download | freebsd-ports-gnome-8301e1954de51eb7092dc38a05a37be569699bdc.tar.gz freebsd-ports-gnome-8301e1954de51eb7092dc38a05a37be569699bdc.tar.zst freebsd-ports-gnome-8301e1954de51eb7092dc38a05a37be569699bdc.zip |
Remove PLIST_SUB switch to NOPORTDOCS, this is in bsd.port.mk.
Approved By: flz (mentor)
Diffstat (limited to 'devel/cbind')
-rw-r--r-- | devel/cbind/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devel/cbind/Makefile b/devel/cbind/Makefile index 65e91ddef69a..552ad8c9d76c 100644 --- a/devel/cbind/Makefile +++ b/devel/cbind/Makefile @@ -21,12 +21,6 @@ MAN1= cbind.1 ${WRKSRC}= ${WRKDIR}/${PORTNAME} -.if !defined(NOPORTDOCS) -PLIST_SUB+= PORTDOCS="" -.else -PLIST_SUB+= PORTDOCS="@comment " -.endif - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cbind ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/cbfe ${PREFIX}/bin |