diff options
author | ats <ats@FreeBSD.org> | 1995-02-28 03:03:56 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-28 03:03:56 +0800 |
commit | eb92936658792ed2e570ba8a785e367d5b7fa3c2 (patch) | |
tree | 0da93f64e4e7b31df3c74952e4e32e71229f4be6 /x11-wm | |
parent | 3a130bb6a8d0c15f61e2bbb0884e40003d658b61 (diff) | |
download | freebsd-ports-graphics-eb92936658792ed2e570ba8a785e367d5b7fa3c2.tar.gz freebsd-ports-graphics-eb92936658792ed2e570ba8a785e367d5b7fa3c2.tar.zst freebsd-ports-graphics-eb92936658792ed2e570ba8a785e367d5b7fa3c2.zip |
Change the use of the official patch from pre-configure to
pre-patch. It should be used before the private FreeBSD patches
are used on the source.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/olvwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/olvwm/Makefile b/x11-wm/olvwm/Makefile index 7a0f6e453ea..67da89340b5 100644 --- a/x11-wm/olvwm/Makefile +++ b/x11-wm/olvwm/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= olvwm4.tar.Z NO_WRKSUBDIR= yes LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib -pre-configure: +pre-patch: @echo "Applying olvwm4 Patch01" @zcat ${DISTDIR}/olvwm4.Patch01.Z | patch -E -d ${WRKSRC} --quiet |