diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
commit | d5b54d08694f2656c04d83a0013fb3d3eb1344e2 (patch) | |
tree | 99387ff23cc458e555b453bdc295681a6cb2109b /x11 | |
parent | Remove "PATCHDIR=", that won't accomplish anything. (diff) |
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
Notes
Notes:
svn path=/head/; revision=33559
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index fe67f74562e4..68a240fb23ed 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -19,7 +19,7 @@ XFREE86_VERSION= 4 USE_IMAKE= YES DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc -PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/patches +PATCHDIR= ${PORTSDIR}/x11/XFree86-4-libraries/files SCRIPTS_ENV+= PREFIX=${PREFIX} \ X11BASE=${X11BASE} \ WRKDIR=${WRKDIR} \ |