diff options
Diffstat (limited to 'math/gp-grpconst/Makefile')
-rw-r--r-- | math/gp-grpconst/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/gp-grpconst/Makefile b/math/gp-grpconst/Makefile index 24b9d79b35b..d616e45334b 100644 --- a/math/gp-grpconst/Makefile +++ b/math/gp-grpconst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:47:38 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/01 18:43:27 cjep Exp $ # DISTNAME= grpconst @@ -17,6 +17,9 @@ NO_BUILD= YES USE_BUILDLINK2= YES GAP_PKG_NAME= grpconst +post-extract: + ${RM} -f ${WRKSRC}/doc/.cvsignore + do-install: cd ${WRKDIR} && ${PAX} -rw ${GAP_PKG_NAME} ${GAP_PKG_ROOT} |