diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-11-18 21:37:20 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-11-18 21:37:20 +0000 |
commit | 2f039602fbc24158ea4231383c663282e9d730ea (patch) | |
tree | f03eb57238bbf3a9078ff4420a7070243fb72599 /audio/xmms2 | |
parent | 290629355c0ca3b3020c0fd52a6f807946da58ab (diff) |
Fix orphaned directory.
Notes
Notes:
svn path=/head/; revision=372745
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms2/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 7bece6a4aeaa..6062226d6916 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -4,7 +4,7 @@ PORTNAME?= xmms2 PORTVERSION= 0.8 DISTVERSIONSUFFIX=DrO_o -PORTREVISION?= 13 +PORTREVISION?= 14 CATEGORIES?= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} diff --git a/audio/xmms2/pkg-plist b/audio/xmms2/pkg-plist index ea17bfb208a8..8b4abc88ceaf 100644 --- a/audio/xmms2/pkg-plist +++ b/audio/xmms2/pkg-plist @@ -151,3 +151,4 @@ share/pixmaps/xmms2.svg %%MDNS_AVAHI%%%%DATADIR%%/scripts/startup.d/xmms2-mdns-launcher.sh %%MDNS_APPLE%%%%DATADIR%%/scripts/startup.d/xmms2-mdns-launcher.sh %%FAM%%%%DATADIR%%/scripts/startup.d/xmms2-mlib-updater.sh +@dir %%DATADIR%%/scripts/startup.d |