diff options
author | ahze <ahze@FreeBSD.org> | 2007-07-14 09:54:44 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-07-14 09:54:44 +0800 |
commit | 6547a05b9d2660fc5692f92a3f3296011c107fa9 (patch) | |
tree | 9944ea5b09e0d46067b4e131594afcb17bea5138 /databases/qdbm-plus | |
parent | 7b829535988b75611467c374acaac0fbaf65f560 (diff) | |
download | freebsd-ports-gnome-6547a05b9d2660fc5692f92a3f3296011c107fa9.tar.gz freebsd-ports-gnome-6547a05b9d2660fc5692f92a3f3296011c107fa9.tar.zst freebsd-ports-gnome-6547a05b9d2660fc5692f92a3f3296011c107fa9.zip |
Define PATCHDIR=${.CURDIR}/files so we don't pull in the master-port patches (which don't apply)
Reported by: pav
Diffstat (limited to 'databases/qdbm-plus')
-rw-r--r-- | databases/qdbm-plus/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/qdbm-plus/Makefile b/databases/qdbm-plus/Makefile index 8c581422bcf9..df0c0ee175a3 100644 --- a/databases/qdbm-plus/Makefile +++ b/databases/qdbm-plus/Makefile @@ -16,5 +16,6 @@ MASTERDIR= ${.CURDIR}/../../databases/qdbm WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/plus PLIST= ${.CURDIR}/pkg-plist DESCR= ${.CURDIR}/pkg-descr +PATCHDIR= ${.CURDIR}/files .include "${MASTERDIR}/Makefile" |