mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Change master site
- Change Desktop entry file - Break lines around 80 characters
This commit is contained in:
parent
916f177565
commit
944a497d96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348279
@ -5,7 +5,7 @@ PORTNAME= bomb-her-man
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/nemysisfreebsdp/:icons
|
||||
MASTER_SITES= SF/nemysisfreebsdp/${CATEGORIES}/:icons
|
||||
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
||||
${PORTNAME}_icons${EXTRACT_SUFX}:icons
|
||||
|
||||
@ -38,7 +38,7 @@ INSTALLS_ICONS= yes
|
||||
ICON_SIZES= 32x32 48x48 64x64 72x72 96x96
|
||||
|
||||
DESKTOP_ENTRIES="Bomb-her-man" "Bomberman clone" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Game;ArcadeGame;" false
|
||||
"${PORTNAME}" "Game;ArcadeGame;" ""
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
OPTIONS_SUB= yes
|
||||
@ -55,7 +55,8 @@ pre-configure:
|
||||
@(cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./autogen.sh)
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
@${REINPLACE_CMD} -e 's|$$(prefix)/$$(DATADIRNAME)/locale|$$(prefix)/share/locale|' \
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|$$(prefix)/$$(DATADIRNAME)/locale|$$(prefix)/share/locale|' \
|
||||
${WRKSRC}/po/Makefile.in.in
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user