diff options
author | cjep <cjep@pkgsrc.org> | 2004-01-01 18:43:27 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-01-01 18:43:27 +0000 |
commit | 22e82ddeec6a9358550435b0b37e6c40ae89d10b (patch) | |
tree | 29cd6975146758458a71e68c3f1d3e00c14c952f /math/gp-grpconst/Makefile | |
parent | 4e9ab40efd677303f2240b4b5f641438f94150c2 (diff) | |
download | pkgsrc-22e82ddeec6a9358550435b0b37e6c40ae89d10b.tar.gz |
Fix the PLIST for this package.
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} |