aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2008-02-15 18:08:15 +0000
committerDiane Bruce <db@FreeBSD.org>2008-02-15 18:08:15 +0000
commita1b7572e55f34d5ed5bd83832b31ce1a6f8c2966 (patch)
tree386102a8a95f42fc7065f429761609b697344881 /comms
parent54ebf413b929cf4ace2f017a2fbd65d6696c2833 (diff)
downloadports-a1b7572e55f34d5ed5bd83832b31ce1a6f8c2966.tar.gz
ports-a1b7572e55f34d5ed5bd83832b31ce1a6f8c2966.zip
- Install missing geoid icon geoid.png
Notes
Notes: svn path=/head/; revision=207260
Diffstat (limited to 'comms')
-rw-r--r--comms/geoid/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/geoid/Makefile b/comms/geoid/Makefile
index f4e19bf627d4..d28f72f894d9 100644
--- a/comms/geoid/Makefile
+++ b/comms/geoid/Makefile
@@ -7,6 +7,7 @@
PORTNAME= geoid
PORTVERSION= 1.0
+PORTREVISION= 1
DISTVERSIONSUFFIX= .src
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/LinuxApps/ \
@@ -24,7 +25,7 @@ USE_GMAKE= yes
MAKEFILE= makefile
MAKE_ENV+= CXX="${CXX}"
-PLIST_FILES= bin/geoid ${DATADIR_REL}/country.pos
+PLIST_FILES= bin/geoid ${DATADIR_REL}/country.pos share/pixmaps/geoid.png
PLIST_DIRS= ${DATADIR_REL}
post-patch:
@@ -33,6 +34,7 @@ post-patch:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/geoid ${PREFIX}/bin
+ @${INSTALL_DATA} ${WRKSRC}/geoid.png ${PREFIX}/share/pixmaps
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/country.pos ${DATADIR}