diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-07-14 01:54:44 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-07-14 01:54:44 +0000 |
commit | 338c6391c15f31f4a7578b97fb5755d260b87f0c (patch) | |
tree | e8b804c495c1e7911a92a21a9e6b9137afe5ccaa /databases/p5-qdbm | |
parent | fd262dacb3391e32c62113743bded803e0392a92 (diff) | |
download | ports-338c6391c15f31f4a7578b97fb5755d260b87f0c.tar.gz ports-338c6391c15f31f4a7578b97fb5755d260b87f0c.zip |
Define PATCHDIR=${.CURDIR}/files so we don't pull in the master-port patches (which don't apply)
Reported by: pav
Notes
Notes:
svn path=/head/; revision=195547
Diffstat (limited to 'databases/p5-qdbm')
-rw-r--r-- | databases/p5-qdbm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/p5-qdbm/Makefile b/databases/p5-qdbm/Makefile index fd2d9c91f865..3a831e9a19c1 100644 --- a/databases/p5-qdbm/Makefile +++ b/databases/p5-qdbm/Makefile @@ -16,5 +16,6 @@ MASTERDIR= ${.CURDIR}/../../databases/qdbm WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/perl PLIST= ${.CURDIR}/pkg-plist DESCR= ${.CURDIR}/pkg-descr +PATCHDIR= ${.CURDIR}/files .include "${MASTERDIR}/Makefile" |