diff options
author | wiz <wiz> | 2005-03-02 13:38:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-03-02 13:38:59 +0000 |
commit | afce0d58e26e1a8b7ac5589dc5d154f4df3326f1 (patch) | |
tree | f7cae84d7d8d41fed517bcfb091bebb6ae3f8d2d /www | |
parent | 2c8eefb7da9035d518dad7d81d96e68bf8e1e835 (diff) | |
download | pkgsrc-afce0d58e26e1a8b7ac5589dc5d154f4df3326f1.tar.gz |
Use LOCALBASE for already installed packages instead of PREFIX.
Diffstat (limited to 'www')
-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 |