aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-11-08 11:47:39 +0800
committerjgh <jgh@FreeBSD.org>2013-11-08 11:47:39 +0800
commitaa3c51208ff3a3f1f650729c33f2b20f2229f2a7 (patch)
treea81f69fd97c0510b125918428a2ee3165e6396a8 /devel
parentaeb9dbd0c833d2fb243d413b83e8971da952c002 (diff)
downloadfreebsd-ports-gnome-aa3c51208ff3a3f1f650729c33f2b20f2229f2a7.tar.gz
freebsd-ports-gnome-aa3c51208ff3a3f1f650729c33f2b20f2229f2a7.tar.zst
freebsd-ports-gnome-aa3c51208ff3a3f1f650729c33f2b20f2229f2a7.zip
- remove conditional no longer required per staging
- remove now useless inclusion of bpom
Diffstat (limited to 'devel')
-rw-r--r--devel/libvc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/libvc/Makefile b/devel/libvc/Makefile
index e59a98b686f9..abd976cb990a 100644
--- a/devel/libvc/Makefile
+++ b/devel/libvc/Makefile
@@ -16,14 +16,10 @@ USES= bison
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for DOC in AUTHORS ChangeLog NEWS README THANKS doc/rfc2426.txt
${INSTALL_DATA} ${WRKSRC}/${DOC} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>