diff options
author | clement <clement@FreeBSD.org> | 2004-02-11 15:07:54 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-11 15:07:54 +0000 |
commit | 420d0726bf6cd701118bd0fb3fee4b0a694041a0 (patch) | |
tree | 6a8ad696b1462f4a250adb0ffcecf29c971d244e /misc/earthview | |
parent | d91fc71cf96c050d9db145eaed0dc982eebd4479 (diff) | |
download | FreeBSD-ports-420d0726bf6cd701118bd0fb3fee4b0a694041a0.zip FreeBSD-ports-420d0726bf6cd701118bd0fb3fee4b0a694041a0.tar.gz |
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
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 |