diff options
author | minskim <minskim> | 2004-12-29 15:42:37 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-12-29 15:42:37 +0000 |
commit | f6e375a82ce4abbd0501cc7e133bb453f75ccefc (patch) | |
tree | e0064664b312543aff1d158531cc52bb7220505c /comms | |
parent | e921d908c429c991db0bbba9629ddf5859fdec58 (diff) | |
download | pkgsrc-f6e375a82ce4abbd0501cc7e133bb453f75ccefc.tar.gz |
Use VARBASE.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/efax-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/efax-gtk/Makefile b/comms/efax-gtk/Makefile index 47fd450b1b7..2d9df574dd4 100644 --- a/comms/efax-gtk/Makefile +++ b/comms/efax-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/12/03 15:14:52 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2004/12/29 15:42:37 minskim Exp $ DISTNAME= efax-gtk-1.0.1b.src PKGNAME= efax-gtk-1.0.1b @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_PKGINSTALL= YES -CONFIGURE_ARGS+= --with-spooldir=/var/spool/efax +CONFIGURE_ARGS+= --with-spooldir=${VARBASE}/spool/efax CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} EGDIR= ${PREFIX}/share/examples/efax-gtk |