diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2014-05-09 21:57:56 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2014-05-09 21:57:56 +0000 |
commit | 256e6797b33ccd94220e054abc20a1136f04e856 (patch) | |
tree | d79491f0cde96c86ec6ba8e6a22edfa536bce4fc /audio/squeezeboxserver-sqlplaylist | |
parent | 619510283cd3f3d04c39b77aee22a4e72e5de3f2 (diff) | |
download | ports-256e6797b33ccd94220e054abc20a1136f04e856.tar.gz ports-256e6797b33ccd94220e054abc20a1136f04e856.zip |
Notes
Diffstat (limited to 'audio/squeezeboxserver-sqlplaylist')
-rw-r--r-- | audio/squeezeboxserver-sqlplaylist/Makefile | 6 | ||||
-rw-r--r-- | audio/squeezeboxserver-sqlplaylist/pkg-plist | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/audio/squeezeboxserver-sqlplaylist/Makefile b/audio/squeezeboxserver-sqlplaylist/Makefile index 35613ef8d4c0..57827c6e828e 100644 --- a/audio/squeezeboxserver-sqlplaylist/Makefile +++ b/audio/squeezeboxserver-sqlplaylist/Makefile @@ -18,15 +18,15 @@ RUN_DEPENDS= softsqueeze:${PORTSDIR}/audio/squeezeboxserver \ FETCH_BEFORE_ARGS= -o ${DISTFILES} USES= zip:infozip -NO_STAGE= yes NO_WRKSUBDIR= yes NO_BUILD= yes +NO_ARCH= yes SLIMDIR?= squeezeboxserver PLIST_SUB+= SLIMDIR=${SLIMDIR} do-install: - ${MKDIR} ${PREFIX}/${SLIMDIR}/Plugins/SQLPlayList - ${CP} -R ${WRKSRC}/SQLPlayList/* ${PREFIX}/${SLIMDIR}/Plugins/SQLPlayList + ${MKDIR} ${STAGEDIR}${PREFIX}/${SLIMDIR}/Plugins/SQLPlayList + ${CP} -R ${WRKSRC}/SQLPlayList/* ${STAGEDIR}${PREFIX}/${SLIMDIR}/Plugins/SQLPlayList .include <bsd.port.mk> diff --git a/audio/squeezeboxserver-sqlplaylist/pkg-plist b/audio/squeezeboxserver-sqlplaylist/pkg-plist index dc5ebf2bb38e..95be4280d0ef 100644 --- a/audio/squeezeboxserver-sqlplaylist/pkg-plist +++ b/audio/squeezeboxserver-sqlplaylist/pkg-plist @@ -178,5 +178,3 @@ @dirrm %%SLIMDIR%%/Plugins/SQLPlayList/HTML @dirrm %%SLIMDIR%%/Plugins/SQLPlayList/ConfigManager @dirrm %%SLIMDIR%%/Plugins/SQLPlayList -@dirrmtry %%SLIMDIR%%/Plugins -@dirrmtry %%SLIMDIR%% |