diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 02:29:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-16 02:29:16 +0800 |
commit | a987b758f9619c40b16effce5d02fe4b0f85f94a (patch) | |
tree | b08a0a0bcdb3b0e975458697ba69210b249fedf4 /security | |
parent | c31c6777e7927b3d70c1e5d618b2de583834fd13 (diff) | |
download | marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.gz marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.bz2 marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.lz marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.xz marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.tar.zst marcuscom-ports-a987b758f9619c40b16effce5d02fe4b0f85f94a.zip |
Get rid of some X11BASE and some X11BASE -> LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9420 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/nss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index a9c78b28c..c11bbb4e1 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/security/nss/Makefile,v 1.8 2007/07/05 16:50:41 ahze Exp $ +# $MCom: ports/security/nss/Makefile,v 1.9 2007/07/10 14:55:03 ahze Exp $ PORTNAME= nss DISTVERSION= ${_MAJOR}.${_MINOR}.${_PATCH}-1 @@ -68,7 +68,7 @@ test: post-patch: @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g ; \ - s|/usr/X11R6|${X11BASE}|g" \ + s|/usr/X11R6|${LOCALBASE}|g" \ ${WRKSRC:H:H}/security/coreconf/FreeBSD.mk @${SED} -e 's|@exec_prefix@|${PREFIX}|; \ s|@includedir@|${PREFIX}/include/nss|; \ |