diff options
author | joerg <joerg@pkgsrc.org> | 2008-04-18 12:00:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-04-18 12:00:13 +0000 |
commit | 66f1611ca9fe415018203a2ca987e238884d1b61 (patch) | |
tree | eda8df32f08343f7917ebd8566a3bd672d3bf378 | |
parent | fb544a8179f864b518eb03fa4d74bde1485946df (diff) | |
download | pkgsrc-66f1611ca9fe415018203a2ca987e238884d1b61.tar.gz |
Supports DESTDIR. Make sure that share/omf exists for binary packages as
well.
-rw-r--r-- | textproc/rarian/Makefile | 10 |
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" |