diff options
author | trevor <trevor@FreeBSD.org> | 2001-01-11 08:56:26 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-01-11 08:56:26 +0800 |
commit | 2956aa16edfdc52f46a9a75a3343be2a71345b6d (patch) | |
tree | 757ee894ec48f0f3a54ff0ba9ee287da774b1ca1 /japanese/postgresql-tcltk | |
parent | bf357ff0eef42918c3f5736fc3471dbc00c45991 (diff) | |
download | freebsd-ports-gnome-2956aa16edfdc52f46a9a75a3343be2a71345b6d.tar.gz freebsd-ports-gnome-2956aa16edfdc52f46a9a75a3343be2a71345b6d.tar.zst freebsd-ports-gnome-2956aa16edfdc52f46a9a75a3343be2a71345b6d.zip |
Avoid conflict with /usr/bin/patch by installing the version from
the ports collection as "gpatch". Beautify the descriptions.
Update the ports which depend on this version.
PR: 23702
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Reviewed by: knu
Diffstat (limited to 'japanese/postgresql-tcltk')
-rw-r--r-- | japanese/postgresql-tcltk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile index bf0de683879f..944f06297cf9 100644 --- a/japanese/postgresql-tcltk/Makefile +++ b/japanese/postgresql-tcltk/Makefile @@ -64,7 +64,7 @@ SCRIPTS_ENV+= JAVA_HOME=${JAVA_HOME} WRKSRC= ${WRKDIR}/${DISTNAME}/src DOCDIR= ${WRKDIR}/${DISTNAME}/doc -PATCH= ${LOCALBASE}/bin/patch +PATCH= ${LOCALBASE}/bin/gpatch USE_GMAKE= YES MAKEFILE= GNUmakefile HAS_CONFIGURE= YES |