diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-04-16 14:48:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-04-16 14:48:09 +0000 |
commit | 28f065c2eb031cd1b07892ea6daec706ed78a6aa (patch) | |
tree | ea8fe2369de4d3702b650da89fa72d2e5937a648 /audio/gbsplay | |
parent | 85d15d5bc96982defe4db5b8d1f024228a9bcbb8 (diff) | |
download | ports-28f065c2eb031cd1b07892ea6daec706ed78a6aa.tar.gz ports-28f065c2eb031cd1b07892ea6daec706ed78a6aa.zip |
Notes
Diffstat (limited to 'audio/gbsplay')
-rw-r--r-- | audio/gbsplay/Makefile | 4 | ||||
-rw-r--r-- | audio/gbsplay/pkg-plist | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile index b818735ffa49..11bca032fac8 100644 --- a/audio/gbsplay/Makefile +++ b/audio/gbsplay/Makefile @@ -3,7 +3,7 @@ PORTNAME= gbsplay PORTVERSION= 0.0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= CRITICAL PKGNAMEPREFIX?= @@ -78,7 +78,7 @@ do-install: ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/gbsplayrc_sample \ - ${STAGEDIR}${PREFIX}/etc/gbsplayrc.default + ${STAGEDIR}${PREFIX}/etc/gbsplayrc.sample .if !exists(${STAGEDIR}${PREFIX}/etc/gbsplayrc) ${INSTALL_DATA} ${WRKSRC}/examples/gbsplayrc_sample \ ${STAGEDIR}${PREFIX}/etc/gbsplayrc diff --git a/audio/gbsplay/pkg-plist b/audio/gbsplay/pkg-plist index 1fb00993c7b6..306fe5abb11f 100644 --- a/audio/gbsplay/pkg-plist +++ b/audio/gbsplay/pkg-plist @@ -1,8 +1,6 @@ bin/gbsplay bin/gbsinfo -@unexec if cmp -s %D/etc/gbsplayrc %D/etc/gbsplayrc.default; then rm -f %D/etc/gbsplayrc; fi -etc/gbsplayrc.default -@exec [ -f %B/gbsplayrc ] || cp %B/%f %B/gbsplayrc +@sample etc/gbsplayrc.sample share/locale/de/LC_MESSAGES/gbsplay.mo share/locale/en/LC_MESSAGES/gbsplay.mo man/man1/gbsinfo.1.gz |