diff options
Diffstat (limited to 'misc/earthview')
-rw-r--r-- | misc/earthview/Makefile | 7 | ||||
-rw-r--r-- | misc/earthview/pkg-plist | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/misc/earthview/Makefile b/misc/earthview/Makefile index 094599c..dbc835e 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 97913a31..0000000 --- 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 |