summaryrefslogtreecommitdiff
path: root/devel/libjudy
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-04-05 04:26:31 +0000
committerobache <obache@pkgsrc.org>2008-04-05 04:26:31 +0000
commit2a0ee8cfe175b312d23e4abaaed2636825fa94f4 (patch)
tree956f74018176bfa63eae348542ce006a27d7496e /devel/libjudy
parent3befa57ae723a48f7ebacb4c1914a517f7625615 (diff)
downloadpkgsrc-2a0ee8cfe175b312d23e4abaaed2636825fa94f4.tar.gz
DESTDIR support and PLIST refresh, per request by maintainer in PR 38343.
Diffstat (limited to 'devel/libjudy')
-rw-r--r--devel/libjudy/Makefile7
-rw-r--r--devel/libjudy/PLIST10
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/libjudy/Makefile b/devel/libjudy/Makefile
index 0c45d0cc230..5a9cc22054a 100644
--- a/devel/libjudy/Makefile
+++ b/devel/libjudy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/13 13:28:10 obache Exp $
+# $NetBSD: Makefile,v 1.2 2008/04/05 04:26:31 obache Exp $
DISTNAME= Judy-1.0.4
PKGNAME= libjudy-1.0.4
@@ -16,11 +16,12 @@ GNU_CONFIGURE= yes
TEST_TARGET= check
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
-INSTALLATION_DIRS= share/doc/${PKGBASE}
+AUTO_MKDIRS= yes
+PKG_DESTDIR_SUPPORT= user-destdir
post-install:
.for i in AUTHORS ChangeLog COPYING README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DESTDIR}${DOCDIR}
.endfor
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libjudy/PLIST b/devel/libjudy/PLIST
index 9d638412987..b5441af8885 100644
--- a/devel/libjudy/PLIST
+++ b/devel/libjudy/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/13 13:28:10 obache Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/04/05 04:26:31 obache Exp $
include/Judy.h
lib/libJudy.la
man/man3/J1BC.3
@@ -94,7 +94,7 @@ man/man3/JudySLLast.3
man/man3/JudySLNext.3
man/man3/JudySLPrev.3
man/man3/JudySL_funcs.3
-share/doc/${PKGBASE}/AUTHORS
-share/doc/${PKGBASE}/ChangeLog
-share/doc/${PKGBASE}/COPYING
-share/doc/${PKGBASE}/README
+share/doc/libjudy/AUTHORS
+share/doc/libjudy/ChangeLog
+share/doc/libjudy/COPYING
+share/doc/libjudy/README