summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-02 13:38:59 +0000
committerwiz <wiz@pkgsrc.org>2005-03-02 13:38:59 +0000
commit88893330afc123a15e187bdf260f9524442e189f (patch)
treef7cae84d7d8d41fed517bcfb091bebb6ae3f8d2d
parentc1b316c56744b2c86aa56004a19fccee2e45cb25 (diff)
downloadpkgsrc-88893330afc123a15e187bdf260f9524442e189f.tar.gz
Use LOCALBASE for already installed packages instead of PREFIX.
-rw-r--r--www/ap-aolserver/Makefile4
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