diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-17 20:29:10 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-17 20:29:10 +0800 |
commit | 134a2ff668068c0cd7e3377f772f73ac1b92f2c3 (patch) | |
tree | 549c80090312265a4f699a560a6c5728a99640a3 /misc | |
parent | 788aa2724ce75df128e38b71927de028f7cffd60 (diff) | |
download | freebsd-ports-gnome-134a2ff668068c0cd7e3377f772f73ac1b92f2c3.tar.gz freebsd-ports-gnome-134a2ff668068c0cd7e3377f772f73ac1b92f2c3.tar.zst freebsd-ports-gnome-134a2ff668068c0cd7e3377f772f73ac1b92f2c3.zip |
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-user-docs/Makefile | 1 | ||||
-rw-r--r-- | misc/gnomeuserdocs2/Makefile | 1 | ||||
-rw-r--r-- | misc/jargon/Makefile | 1 | ||||
-rw-r--r-- | misc/kdeedu3/Makefile | 1 | ||||
-rw-r--r-- | misc/kdeedu4/Makefile | 1 | ||||
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile index 213d3729bff8..c28259db50f7 100644 --- a/misc/gnome-user-docs/Makefile +++ b/misc/gnome-user-docs/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnometarget diff --git a/misc/gnomeuserdocs2/Makefile b/misc/gnomeuserdocs2/Makefile index 213d3729bff8..c28259db50f7 100644 --- a/misc/gnomeuserdocs2/Makefile +++ b/misc/gnomeuserdocs2/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnometarget diff --git a/misc/jargon/Makefile b/misc/jargon/Makefile index cb6ff79d51b0..b912e97579a4 100644 --- a/misc/jargon/Makefile +++ b/misc/jargon/Makefile @@ -14,7 +14,6 @@ MAINTAINER= sf@FreeBSD.org COMMENT= The famous jargon file NO_BUILD= yes -USE_REINPLACE= yes DATADIR= ${PREFIX}/share/jargon diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile index b363c7fbdb26..8c81ff8810de 100644 --- a/misc/kdeedu3/Makefile +++ b/misc/kdeedu3/Makefile @@ -21,7 +21,6 @@ PREFIX= ${KDE_PREFIX} USE_BZIP2= yes USE_XPM= yes USE_GMAKE= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index b363c7fbdb26..8c81ff8810de 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -21,7 +21,6 @@ PREFIX= ${KDE_PREFIX} USE_BZIP2= yes USE_XPM= yes USE_GMAKE= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index c8eb5b4c3e3a..75ce426056e6 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -18,7 +18,6 @@ COMMENT= Applet to orginize your preferred applications on the GNOME Panel USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack gnomepanel USE_LIBTOOL= yes INSTALLS_SHLIB= yes |