diff options
author | brooks <brooks@FreeBSD.org> | 2010-06-25 04:48:37 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2010-06-25 04:48:37 +0800 |
commit | d8e6f58559027ca225634fb57217ca427ba67531 (patch) | |
tree | 968b04ba78730bb465fff355803cc5d0fd0a8120 /audio/squeezeboxserver | |
parent | be32c2d2668c180b158b3442ffe39bd12624c5c1 (diff) | |
download | freebsd-ports-gnome-d8e6f58559027ca225634fb57217ca427ba67531.tar.gz freebsd-ports-gnome-d8e6f58559027ca225634fb57217ca427ba67531.tar.zst freebsd-ports-gnome-d8e6f58559027ca225634fb57217ca427ba67531.zip |
Fix the build-plist target to include custom-convert.conf in the plist
and fix the plist.
Reported by: QAT
Feature safe: yes
Diffstat (limited to 'audio/squeezeboxserver')
-rw-r--r-- | audio/squeezeboxserver/Makefile | 2 | ||||
-rw-r--r-- | audio/squeezeboxserver/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index 34a35e8bf4f5..9f606b0bf50e 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -7,6 +7,7 @@ PORTNAME= squeezeboxserver PORTVERSION= 7.5.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.slimdevices.com/SqueezeboxServer_v${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-noCPAN @@ -230,6 +231,7 @@ build-plist: @${FIND} ${TMP_SLIMDIR}/* -type f | \ ${SED} -e 's|${TMP_SLIMDIR}|%%SLIMDIR%%|' | \ ${SORT} >> ${PLIST} + @${ECHO} "%%SLIMDIR%%/custom-convert.conf" >> ${PLIST} @${ECHO} "%%SLIMDIR%%/Cache" >> ${PLIST} @${ECHO} "%%SLIMDIR%%/MySQL/errmsg.txt" >> ${PLIST} @${ECHO} "%%SLIMDIR%%/MySQL/errmsg.sys" >> ${PLIST} diff --git a/audio/squeezeboxserver/pkg-plist b/audio/squeezeboxserver/pkg-plist index 541951ff6532..35d1e9ab50a2 100644 --- a/audio/squeezeboxserver/pkg-plist +++ b/audio/squeezeboxserver/pkg-plist @@ -2080,6 +2080,7 @@ bin/softsqueeze %%SLIMDIR%%/slimservice.pl %%SLIMDIR%%/strings.txt %%SLIMDIR%%/types.conf.sample +%%SLIMDIR%%/custom-convert.conf %%SLIMDIR%%/Cache %%SLIMDIR%%/MySQL/errmsg.txt %%SLIMDIR%%/MySQL/errmsg.sys |