diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 15:21:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 15:21:03 +0800 |
commit | 35fe284ad7116535433a834a6601f7f70b3362bd (patch) | |
tree | 8128c8881d4fcad90b705b805564232ed39a1194 /devel/kdelibdocs | |
parent | 037dd970b63b1e618d70427f7a656d98df320f6d (diff) | |
download | freebsd-ports-gnome-35fe284ad7116535433a834a6601f7f70b3362bd.tar.gz freebsd-ports-gnome-35fe284ad7116535433a834a6601f7f70b3362bd.tar.zst freebsd-ports-gnome-35fe284ad7116535433a834a6601f7f70b3362bd.zip |
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
Diffstat (limited to 'devel/kdelibdocs')
-rw-r--r-- | devel/kdelibdocs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kdelibdocs/Makefile b/devel/kdelibdocs/Makefile index 59efa7a230d4..b10978dc3833 100644 --- a/devel/kdelibdocs/Makefile +++ b/devel/kdelibdocs/Makefile @@ -21,6 +21,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-qtdoc-dir=${X11BASE}/share/doc/qt/html" \ "--with-qt-includes=${X11BASE}/include/X11/qt" -PATCHDIR= ${.CURDIR}/patches +PATCHDIR= ${.CURDIR}/files .include <bsd.port.mk> |