diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-10 22:59:39 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-10 22:59:39 +0800 |
commit | b1b58a1dc6c9b0b325f337518d4438173f7ce127 (patch) | |
tree | c4fb15532fe436405ac5f93631d0aca902a8177e | |
parent | 7544e622bb28492c47245f5b40c363cc9d4a07d8 (diff) | |
download | freebsd-ports-gnome-b1b58a1dc6c9b0b325f337518d4438173f7ce127.tar.gz freebsd-ports-gnome-b1b58a1dc6c9b0b325f337518d4438173f7ce127.tar.zst freebsd-ports-gnome-b1b58a1dc6c9b0b325f337518d4438173f7ce127.zip |
- Drop unneeded PLIST_DIRS
-rw-r--r-- | astro/roadmap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astro/roadmap/Makefile b/astro/roadmap/Makefile index 75fc6991b369..ead39ae5aabd 100644 --- a/astro/roadmap/Makefile +++ b/astro/roadmap/Makefile @@ -33,7 +33,6 @@ PLIST_FILES= ${BINS:S,^,bin/,} ${GUI_BINS:S,^,bin/,} \ ${GUI_BINS:S,^gtk,bin/,} ${SCRIPTS:S,^,bin/,} \ man/man1/roadgps.1.gz man/man1/roadmap.1.gz \ ${DATA:S,^,%%DATADIR%%/,} -PLIST_DIRS= %%DATADIR%% BINS= dumpmap buildmap buildmap_osm buildplace buildus GUI_BINS= gtkroadmap gtkroadgps |