diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 21:57:20 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 21:57:20 +0800 |
commit | a826c41d7fd2decff44642d6884ac1d2de16c896 (patch) | |
tree | df2c16d86960670916d5664cc250230c72d18389 /audio/ample | |
parent | 3db47af714a7bf4c82a9c0395cc7b46756922159 (diff) | |
download | freebsd-ports-gnome-a826c41d7fd2decff44642d6884ac1d2de16c896.tar.gz freebsd-ports-gnome-a826c41d7fd2decff44642d6884ac1d2de16c896.tar.zst freebsd-ports-gnome-a826c41d7fd2decff44642d6884ac1d2de16c896.zip |
Clean up some now useless PLIST_DIRS*
Diffstat (limited to 'audio/ample')
-rw-r--r-- | audio/ample/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ample/Makefile b/audio/ample/Makefile index fdb8ce594d36..395ecad71dfa 100644 --- a/audio/ample/Makefile +++ b/audio/ample/Makefile @@ -13,7 +13,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/ample man/man1/ample.1.gz man/man5/ample.conf.5.gz \ man/man5/ample.html.5.gz -PLIST_DIRSTRY= var/log var +PLIST_DIRS= var/log post-configure: @${REINPLACE_CMD} -E '/INSTALL/ s,\((bin|log)dir\),\(DESTDIR\)$$&,g' \ |