diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-04 21:45:34 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-04 21:45:34 +0000 |
commit | 4b650d7247dd0ce886073db9a0a24e40b4edc55f (patch) | |
tree | 7d2916caad247e5932a093e3e56995760c6473a1 /graphics | |
parent | 6ffa86e6f5327636128f46eb641acd5b24615eb5 (diff) | |
download | ports-4b650d7247dd0ce886073db9a0a24e40b4edc55f.tar.gz ports-4b650d7247dd0ce886073db9a0a24e40b4edc55f.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/EZWGL/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/EZWGL/Makefile b/graphics/EZWGL/Makefile index 2183c6ac5fef..9e2f02c00dc3 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 |