svn commit: r370479 - head/german/tipp10

Antoine Brodin antoine at FreeBSD.org
Wed Oct 8 19:49:50 UTC 2014


Author: antoine
Date: Wed Oct  8 19:49:49 2014
New Revision: 370479
URL: https://svnweb.freebsd.org/changeset/ports/370479
QAT: https://qat.redports.org/buildarchive/r370479/

Log:
  - Allow staging as a regular user
  - Bump portrevision as directories were unsearchable

Modified:
  head/german/tipp10/Makefile
  head/german/tipp10/pkg-plist

Modified: head/german/tipp10/Makefile
==============================================================================
--- head/german/tipp10/Makefile	Wed Oct  8 19:36:31 2014	(r370478)
+++ head/german/tipp10/Makefile	Wed Oct  8 19:49:49 2014	(r370479)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tipp10
 PORTVERSION=	2.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	german
 MASTER_SITES=	http://www.tipp10.com/en/download/
 DISTNAME=	tipp10_source_v2-1-0
@@ -28,10 +28,10 @@ pre-configure:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/tipp10 ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_DATA} -d ${STAGEDIR}${DATADIR}/help/de/img
-	${INSTALL_DATA} -d ${STAGEDIR}${DATADIR}/help/de/content
-	${INSTALL_DATA} -d ${STAGEDIR}${DATADIR}/help/en/img
-	${INSTALL_DATA} -d ${STAGEDIR}${DATADIR}/help/en/content
+	${MKDIR} ${STAGEDIR}${DATADIR}/help/de/img
+	${MKDIR} ${STAGEDIR}${DATADIR}/help/de/content
+	${MKDIR} ${STAGEDIR}${DATADIR}/help/en/img
+	${MKDIR} ${STAGEDIR}${DATADIR}/help/en/content
 	${INSTALL_DATA} ${WRKSRC}/release/tipp10v2.template ${WRKSRC}/metronome.wav ${WRKSRC}/error.wav ${STAGEDIR}${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/release/help/de/index.html ${STAGEDIR}${DATADIR}/help/de
 	${INSTALL_DATA} ${WRKSRC}/release/help/de/content/* ${STAGEDIR}${DATADIR}/help/de/content

Modified: head/german/tipp10/pkg-plist
==============================================================================
--- head/german/tipp10/pkg-plist	Wed Oct  8 19:36:31 2014	(r370478)
+++ head/german/tipp10/pkg-plist	Wed Oct  8 19:49:49 2014	(r370479)
@@ -101,11 +101,3 @@ share/tipp10/help/en/index.html
 share/tipp10/tipp10v2.template
 share/tipp10/metronome.wav
 share/tipp10/error.wav
- at dirrm share/tipp10/help/de/img
- at dirrm share/tipp10/help/de/content
- at dirrm share/tipp10/help/de
- at dirrm share/tipp10/help/en/img
- at dirrm share/tipp10/help/en/content
- at dirrm share/tipp10/help/en
- at dirrm share/tipp10/help
- at dirrm share/tipp10


More information about the svn-ports-head mailing list