summaryrefslogtreecommitdiffstats
path: root/graphics/EZWGL/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-04 21:45:34 +0000
committerwill <will@FreeBSD.org>2000-06-04 21:45:34 +0000
commitb82cc655299931eaaabaf4e60afe6230c7ad2ee9 (patch)
tree62d81bd178c17fece70590e6a8e01528b56bc6d0 /graphics/EZWGL/Makefile
parentca6741ca62067d49f7c451eaa044fb7dd2498b0b (diff)
downloadFreeBSD-ports-b82cc655299931eaaabaf4e60afe6230c7ad2ee9.zip
FreeBSD-ports-b82cc655299931eaaabaf4e60afe6230c7ad2ee9.tar.gz
Fix for extracting without unneeded stuff.
PR: 18975 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/EZWGL/Makefile')
-rw-r--r--graphics/EZWGL/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile
index 2183c6a..9e2f02c 100644
--- a/graphics/EZWGL/Makefile
+++ b/graphics/EZWGL/Makefile
@@ -16,8 +16,6 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
png.3:${PORTSDIR}/graphics/png
-EXTRACT_AFTER_ARGS= | ${TAR} --exclude 'CVS' -xf -
-
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -25,6 +23,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include "files/manpages"
+post-extract:
+ find ${WRKSRC} -name CVS | xargs ${RM} -rf
+
post-install:
.for file in ${MAN3}
${INSTALL_MAN} ${WRKSRC}/doc/man3/${file} ${PREFIX}/man/man3
OpenPOWER on IntegriCloud