diff options
author | agc <agc@pkgsrc.org> | 2003-12-11 16:01:49 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-12-11 16:01:49 +0000 |
commit | 79b25e962e466fd8041fa27ee5042b29a6094263 (patch) | |
tree | 2783314eca7dd0761e26cee99740df53f3f34669 /www/galeon | |
parent | f425ba214008763ef700efa0d33a0d08b5d03358 (diff) | |
download | pkgsrc-79b25e962e466fd8041fa27ee5042b29a6094263.tar.gz |
work/.buildlink -> ${BUILDLINK_DIR} to make it work on more systems.
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index d7fe6e5d1c0..207d88c1a5a 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2003/12/10 18:22:45 abs Exp $ +# $NetBSD: Makefile,v 1.57 2003/12/11 16:01:49 agc Exp $ DISTNAME= galeon-1.2.13 CATEGORIES= www @@ -56,9 +56,9 @@ pre-install: .if !empty(CC_VERSION:Mgcc-3*) # Workaround for gcc3 build issue post-buildlink: - ${CP} work/.buildlink/bin/cc work/.buildlink/bin/cc.orig - ${SED} 's:\(exec \$$cmd\):\1 -lstdc++ -lm:' work/.buildlink/bin/cc.orig\ - > work/.buildlink/bin/cc + ${CP} ${BUILDLINK_DIR}/bin/cc ${BUILDLINK_DIR}/bin/cc.orig + ${SED} 's:\(exec \$$cmd\):\1 -lstdc++ -lm:' ${BUILDLINK_DIR}/bin/cc.orig\ + > ${BUILDLINK_DIR}/bin/cc .endif post-install: |