diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
commit | 35fe284ad7116535433a834a6601f7f70b3362bd (patch) | |
tree | 8128c8881d4fcad90b705b805564232ed39a1194 /x11-servers/XFree86-4-NestServer | |
parent | 037dd970b63b1e618d70427f7a656d98df320f6d (diff) | |
download | FreeBSD-ports-35fe284ad7116535433a834a6601f7f70b3362bd.zip FreeBSD-ports-35fe284ad7116535433a834a6601f7f70b3362bd.tar.gz |
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
Diffstat (limited to 'x11-servers/XFree86-4-NestServer')
-rw-r--r-- | x11-servers/XFree86-4-NestServer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-servers/XFree86-4-NestServer/Makefile b/x11-servers/XFree86-4-NestServer/Makefile index 5b8249a..82cf378 100644 --- a/x11-servers/XFree86-4-NestServer/Makefile +++ b/x11-servers/XFree86-4-NestServer/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} \ |