mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Install missing geoid icon geoid.png
This commit is contained in:
parent
54ebf413b9
commit
a1b7572e55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207260
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue