summaryrefslogtreecommitdiff
path: root/multimedia/mediatomb
diff options
context:
space:
mode:
authortron <tron>2009-07-23 08:28:41 +0000
committertron <tron>2009-07-23 08:28:41 +0000
commit1b21d027c18af7c3c5dabcaa7870e004fca59551 (patch)
tree5474bb35c07072b486f520db68672e8bde9a54a0 /multimedia/mediatomb
parentc70b11a4eb4b2a044b36c8ce0140cb0e122f5abe (diff)
downloadpkgsrc-1b21d027c18af7c3c5dabcaa7870e004fca59551.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/mediatomb')
-rw-r--r--multimedia/mediatomb/Makefile5
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