From aa3c51208ff3a3f1f650729c33f2b20f2229f2a7 Mon Sep 17 00:00:00 2001 From: jgh Date: Fri, 8 Nov 2013 03:47:39 +0000 Subject: - remove conditional no longer required per staging - remove now useless inclusion of bpom --- devel/libvc/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'devel') 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 - 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 -- cgit