summaryrefslogtreecommitdiff
path: root/textproc/rarian
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-18 12:00:13 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-18 12:00:13 +0000
commit53cfa47533c2a7f9dad98a3ae4648a1184a3fffe (patch)
treeeda8df32f08343f7917ebd8566a3bd672d3bf378 /textproc/rarian
parentd72d21dd5b5e276b8726f3ba0d2d3fdfda7a5aca (diff)
downloadpkgsrc-53cfa47533c2a7f9dad98a3ae4648a1184a3fffe.tar.gz
Supports DESTDIR. Make sure that share/omf exists for binary packages as
well.
Diffstat (limited to 'textproc/rarian')
-rw-r--r--textproc/rarian/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/rarian/Makefile b/textproc/rarian/Makefile
index f3ed6d16ebd..e9ed23109d5 100644
--- a/textproc/rarian/Makefile
+++ b/textproc/rarian/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2008/04/11 18:41:53 drochner Exp $
+# $NetBSD: Makefile,v 1.5 2008/04/18 12:00:13 joerg Exp $
#
DISTNAME= rarian-0.8.0
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://rarian.freedesktop.org/Releases/
MASTER_SITES+= ${MASTER_SITE_GNOME:=sources/rarian/0.8/}
@@ -11,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rarian.freedesktop.org/
COMMENT= Documentation metadata library
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS+= scrollkeeper-[0-9]*
GNU_CONFIGURE= yes
@@ -24,10 +27,7 @@ PKGCONFIG_OVERRIDE+= rarian.pc.in
DEPENDS+= getopt-[0-9]*:../../misc/getopt
-# we don't install anything here, but dependent pkgs do,
-# so we are the only instance which can reasonably own that dir
-post-install:
- ${MKDIR} ${PREFIX}/share/omf
+REQD_DIRS= share/omf
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"