diff options
author | mharo <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-12-24 18:39:48 +0000 |
commit | 6732e58892144622578ef18a9ce32b3ae624f032 (patch) | |
tree | cffe8655b21fb7e485b88e43bce778b6a02fb9ed /net | |
parent | a1aa7c31fe5eb626a0a93e1418b4a01dcef37e17 (diff) | |
download | FreeBSD-ports-6732e58892144622578ef18a9ce32b3ae624f032.zip FreeBSD-ports-6732e58892144622578ef18a9ce32b3ae624f032.tar.gz |
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'net')
-rw-r--r-- | net/samba-devel/Makefile | 2 | ||||
-rw-r--r-- | net/samba/Makefile | 2 | ||||
-rw-r--r-- | net/samba3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index e2efaa8..3edfb32 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -31,7 +31,7 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \ +CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} diff --git a/net/samba/Makefile b/net/samba/Makefile index e2efaa8..3edfb32 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -31,7 +31,7 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \ +CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} diff --git a/net/samba3/Makefile b/net/samba3/Makefile index e2efaa8..3edfb32 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -31,7 +31,7 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \ +CONFIGURE_ARGS= --libdir=${SAMBA_CONFDIR} \ --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} |