diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-23 05:46:29 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-23 05:46:29 +0800 |
commit | ad7884acfcb990fbf8ced7bfae915595990c1412 (patch) | |
tree | eac426529697aa4658adf9a162002b3d62929416 | |
parent | 49c88be3fb5bc4c1f536d627c32db5d913fb7e22 (diff) | |
download | freebsd-ports-gnome-ad7884acfcb990fbf8ced7bfae915595990c1412.tar.gz freebsd-ports-gnome-ad7884acfcb990fbf8ced7bfae915595990c1412.tar.zst freebsd-ports-gnome-ad7884acfcb990fbf8ced7bfae915595990c1412.zip |
- Cleanup PLIST_DIRS*
-rw-r--r-- | games/reminiscence/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/reminiscence/Makefile b/games/reminiscence/Makefile index d44a6da87589..d67bea6a9235 100644 --- a/games/reminiscence/Makefile +++ b/games/reminiscence/Makefile @@ -21,7 +21,7 @@ SUB_FILES= pkg-message PORTDOCS= README PLIST_FILES= bin/remin -PLIST_DIRSTRY= %%DATADIR%%/data %%DATADIR%% +PLIST_DIRS= %%DATADIR%%/data OPTIONS_DEFINE= DOCS |