diff options
author | trevor <trevor@FreeBSD.org> | 2001-01-11 00:56:26 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-01-11 00:56:26 +0000 |
commit | 2956aa16edfdc52f46a9a75a3343be2a71345b6d (patch) | |
tree | 757ee894ec48f0f3a54ff0ba9ee287da774b1ca1 /japanese/postgresql7/Makefile | |
parent | bf357ff0eef42918c3f5736fc3471dbc00c45991 (diff) | |
download | FreeBSD-ports-2956aa16edfdc52f46a9a75a3343be2a71345b6d.zip FreeBSD-ports-2956aa16edfdc52f46a9a75a3343be2a71345b6d.tar.gz |
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/postgresql7/Makefile')
-rw-r--r-- | japanese/postgresql7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile index bf0de68..944f062 100644 --- a/japanese/postgresql7/Makefile +++ b/japanese/postgresql7/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 |