diff options
author | tron <tron> | 2009-07-23 08:28:41 +0000 |
---|---|---|
committer | tron <tron> | 2009-07-23 08:28:41 +0000 |
commit | 933503e047c212a398ef5075df77e5a9266cd8a1 (patch) | |
tree | 5474bb35c07072b486f520db68672e8bde9a54a0 /multimedia | |
parent | ab442a074dfb59fc8705a982dd4309e659b39620 (diff) | |
download | pkgsrc-933503e047c212a398ef5075df77e5a9266cd8a1.tar.gz |
Create the "share/applications" directory which was previously created
by the (now removed) "xdg" package to fix the installation. While here
set the license to "gnu-gpl-v2".
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mediatomb/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/multimedia/mediatomb/Makefile b/multimedia/mediatomb/Makefile index 2526069e40d..71d82410c42 100644 --- a/multimedia/mediatomb/Makefile +++ b/multimedia/mediatomb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/07/22 09:01:39 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2009/07/23 08:28:41 tron Exp $ DISTNAME= mediatomb-0.11.0 PKGREVISION= 6 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mediatomb/} MAINTAINER= agc@NetBSD.org HOMEPAGE= http://mediatomb.cc/ COMMENT= UPnP MediaServer with a web user interface +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes @@ -41,6 +42,8 @@ SUBST_FILES.config= config.xml mediatomb.desktop SUBST_VARS.config= MEDIATOMB_HOME PREFIX OPSYS SUBST_STAGE.config= post-patch +INSTALLATION_DIRS+= share/applications + post-extract: ${CP} ${FILESDIR}/config.xml.in ${WRKSRC}/config.xml ${CP} ${FILESDIR}/mediatomb.desktop.in ${WRKSRC}/mediatomb.desktop |