summaryrefslogtreecommitdiff
path: root/devel/librxspencer/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-07-21 02:56:55 +0000
committerobache <obache@pkgsrc.org>2008-07-21 02:56:55 +0000
commitad23e368778ffc73da9c3b245e93c43adf9904d3 (patch)
treec1c395f833058b7e620852811ddcf726e3ffbd36 /devel/librxspencer/Makefile
parent1224fd1290bdaeab822caca78a2905e5e51d32bd (diff)
downloadpkgsrc-ad23e368778ffc73da9c3b245e93c43adf9904d3.tar.gz
Update librxspencer to 3.8.4.
Based on maintainer update request by PR 39170. New in alpha3.8.g4 (Gary Houston): Makefile.am: account for $(DESTDIR) in install-data-local, thanks to Aleksey Cheusov. Configuration scripts updated.
Diffstat (limited to 'devel/librxspencer/Makefile')
-rw-r--r--devel/librxspencer/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/librxspencer/Makefile b/devel/librxspencer/Makefile
index ebed6671837..832b0ea1ccc 100644
--- a/devel/librxspencer/Makefile
+++ b/devel/librxspencer/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/02/21 21:06:12 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/21 02:56:55 obache Exp $
-DISTNAME= rxspencer-alpha3.8.g3
-PKGNAME= librxspencer-3.8.3
+DISTNAME= rxspencer-alpha3.8.g4
+PKGNAME= librxspencer-3.8.4
CATEGORIES= devel
MASTER_SITES= http://arglist.com/regex/
@@ -18,12 +18,13 @@ TEST_TARGET= check
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
-INSTALLATION_DIRS+= ${DOCDIR}
+AUTO_MKDIRS= yes
+PKG_DESTDIR_SUPPORT= user-destdir
post-install:
set -e; \
for i in COPYRIGHT INSTALL README WHATSNEW; do \
- ${INSTALL_DATA} ${WRKSRC}/"$${i}" ${DOCDIR}; \
+ ${INSTALL_DATA} ${WRKSRC}/"$${i}" ${DESTDIR}${DOCDIR}; \
done
.include "../../mk/bsd.pkg.mk"