diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-28 19:19:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-28 19:19:51 +0000 |
commit | 40377c791f7a0120200b215d01785903ddf1c7bd (patch) | |
tree | 44524044a046bf1a0f0f1a02fe6cffd9b14ea388 /math/xgap/Makefile | |
parent | e371cd291e559a8cc20d5604bef85ad684d0240a (diff) | |
download | pkgsrc-40377c791f7a0120200b215d01785903ddf1c7bd.tar.gz |
Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch,
and this is the final cleanup. "post-buildlink" is now "post-wrapper".
Diffstat (limited to 'math/xgap/Makefile')
-rw-r--r-- | math/xgap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xgap/Makefile b/math/xgap/Makefile index f1aeaf95ff6..4ed691be6a0 100644 --- a/math/xgap/Makefile +++ b/math/xgap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/04/25 03:48:25 snj Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/28 19:19:52 jlam Exp $ # DISTNAME= xgap4r16 @@ -22,7 +22,7 @@ CONFIGURE_ENV+= GAP_DIRECTORY=${GAP_DIRECTORY} GAP_PKG_NAME= xgap -post-buildlink: +pre-configure: (cd ${WRKDIR} && ${LN} -s ${GAP_DIRECTORY}/cnf cnf) do-install: |