diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-02 13:38:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-02 13:38:59 +0000 |
commit | 88893330afc123a15e187bdf260f9524442e189f (patch) | |
tree | f7cae84d7d8d41fed517bcfb091bebb6ae3f8d2d | |
parent | c1b316c56744b2c86aa56004a19fccee2e45cb25 (diff) | |
download | pkgsrc-88893330afc123a15e187bdf260f9524442e189f.tar.gz |
Use LOCALBASE for already installed packages instead of PREFIX.
-rw-r--r-- | www/ap-aolserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-aolserver/Makefile b/www/ap-aolserver/Makefile index 6262af2001a..465d3913798 100644 --- a/www/ap-aolserver/Makefile +++ b/www/ap-aolserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/03/02 13:31:33 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2005/03/02 13:38:59 wiz Exp $ # DISTNAME= mod_aolserver-1.1 @@ -34,4 +34,4 @@ post-install: .include "../../mk/pgsql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" -APXSFLAGS!= ${PREFIX}/sbin/apxs -q CFLAGS CFLAGS_SHLIB +APXSFLAGS!= ${LOCALBASE}/sbin/apxs -q CFLAGS CFLAGS_SHLIB |