diff options
author | jgh <jgh@FreeBSD.org> | 2013-11-08 11:47:39 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-11-08 11:47:39 +0800 |
commit | aa3c51208ff3a3f1f650729c33f2b20f2229f2a7 (patch) | |
tree | a81f69fd97c0510b125918428a2ee3165e6396a8 /devel | |
parent | aeb9dbd0c833d2fb243d413b83e8971da952c002 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |