diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-18 22:41:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-18 22:41:27 +0000 |
commit | d117df6bcb10bc99acb2699731dd26c5bc463ea7 (patch) | |
tree | 72010d42b875f74515076f34d9f2c27eae4fa04b /games | |
parent | 82f323b2ecf5b93dcb4e3750ea654e840f5ea288 (diff) | |
download | ports-d117df6bcb10bc99acb2699731dd26c5bc463ea7.tar.gz ports-d117df6bcb10bc99acb2699731dd26c5bc463ea7.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/fgkicker/Makefile | 13 | ||||
-rw-r--r-- | games/fgkicker/distinfo | 3 | ||||
-rw-r--r-- | games/fgkicker/pkg-message | 2 | ||||
-rw-r--r-- | games/fgkicker/pkg-plist | 1 |
4 files changed, 7 insertions, 12 deletions
diff --git a/games/fgkicker/Makefile b/games/fgkicker/Makefile index c8536ffd4b9c..1a2bf641babc 100644 --- a/games/fgkicker/Makefile +++ b/games/fgkicker/Makefile @@ -6,8 +6,7 @@ # PORTNAME= fgkicker -PORTVERSION= 0.6 -PORTREVISION= 1 +PORTVERSION= 0.7 CATEGORIES= games MASTER_SITES= http://users.pandora.be/ceppe/linux/ EXTRACT_SUFX= .tgz @@ -22,8 +21,6 @@ USE_GNOME= gtk20 USE_GMAKE= yes USE_REINPLACE= yes -FILESDIR= ${PREFIX}/share/fgkicker - post-patch: @${REINPLACE_CMD} "s|-fmessage-length=0|| ; s|-O0|${CFLAGS}|" ${WRKSRC}/fgkicker.mak @@ -32,12 +29,10 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${FILESDIR} - ${INSTALL_DATA} ${WRKSRC}/airports.dat ${FILESDIR}/airports.dat - ${INSTALL_DATA} ${WRKSRC}/aircraft.dat ${FILESDIR}/aircraft.dat + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/airports.dat ${DATADIR} install-user: - ${INSTALL_DATA} ${FILESDIR}/airports.dat $$HOME - ${INSTALL_DATA} ${FILESDIR}/aircraft.dat $$HOME + ${INSTALL_DATA} ${DATADIR}/airports.dat $$HOME .include <bsd.port.mk> diff --git a/games/fgkicker/distinfo b/games/fgkicker/distinfo index 50862ebfbbeb..8b078869ee53 100644 --- a/games/fgkicker/distinfo +++ b/games/fgkicker/distinfo @@ -1 +1,2 @@ -MD5 (fgkicker-0.6.tgz) = 49480b50b988266a41096102b410b884 +MD5 (fgkicker-0.7.tgz) = 7685f668420519a02327c2cffa842050 +SIZE (fgkicker-0.7.tgz) = 250401 diff --git a/games/fgkicker/pkg-message b/games/fgkicker/pkg-message index 642c59f3f52e..c4da9f15c501 100644 --- a/games/fgkicker/pkg-message +++ b/games/fgkicker/pkg-message @@ -1,4 +1,4 @@ -This port currently requires data files to be placed in the +This port currently requires a data file to be placed in the users home directory. After the port is installed, the user must execute the following command in the games/fgkicker directory. diff --git a/games/fgkicker/pkg-plist b/games/fgkicker/pkg-plist index d73e15298860..aa151c2761d2 100644 --- a/games/fgkicker/pkg-plist +++ b/games/fgkicker/pkg-plist @@ -1,4 +1,3 @@ bin/fgkicker -share/fgkicker/aircraft.dat share/fgkicker/airports.dat @dirrm share/fgkicker |