summaryrefslogtreecommitdiff
path: root/misc/earthview
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-11 15:07:54 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-11 15:07:54 +0000
commitb1f86a88ebfaecc7e4d4acdc337787f9ce8739dc (patch)
tree3ffe6ce30b9ece65a5b41d31d4a961a7608c3cf5 /misc/earthview
parentUpdate to 1.01 (diff)
misc category cleanup part 3 of 6:
- Use DATADIR/DOCSDIR/PORTSDOC - make portlint happy * diction, earthview - kill pkg-plist PR: 61028 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Updated/reworked by: me
Notes
Notes: svn path=/head/; revision=100674
Diffstat (limited to 'misc/earthview')
-rw-r--r--misc/earthview/Makefile7
-rw-r--r--misc/earthview/pkg-plist8
2 files changed, 7 insertions, 8 deletions
diff --git a/misc/earthview/Makefile b/misc/earthview/Makefile
index 094599cd53a6..dbc835edd544 100644
--- a/misc/earthview/Makefile
+++ b/misc/earthview/Makefile
@@ -20,6 +20,13 @@ USE_XLIB= yes
CFLAGS+= -I${X11BASE}/include
ALL_TARGET= earthview
+PLIST_FILES= bin/earthview share/earthview/topography/topography.cps \
+ share/earthview/topography/1440x720-2x2.az2 \
+ share/earthview/population/population.cps \
+ share/earthview/population/4320x2160-6x6.pz2
+PLIST_DIRS= share/earthview/topography share/earthview/population \
+ share/earthview
+
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" -e "s|%%CC%%|${CC}|g" \
-e "s|%%CFLAGS%%|${CFLAGS}|g" -e "s|%%X11BASE%%|${X11BASE}|g" \
diff --git a/misc/earthview/pkg-plist b/misc/earthview/pkg-plist
deleted file mode 100644
index 97913a31470c..000000000000
--- a/misc/earthview/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/earthview
-share/earthview/topography/topography.cps
-share/earthview/topography/1440x720-2x2.az2
-share/earthview/population/population.cps
-share/earthview/population/4320x2160-6x6.pz2
-@dirrm share/earthview/topography
-@dirrm share/earthview/population
-@dirrm share/earthview