mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
- support staging
This commit is contained in:
parent
4e96f893cc
commit
9275b0a73a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328257
@ -26,7 +26,6 @@ CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
#code currently doesn't properly handle --disable-nls (in next upstream milestone)
|
||||
@ -38,8 +37,6 @@ CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
MAN1+= xpad.1
|
||||
|
||||
post-patch-script:
|
||||
.if ! ${PORT_OPTIONS:MNLS}
|
||||
@${REINPLACE_CMD} -e 's|SUBDIRS = autopackage doc src images po|SUBDIRS = autopackage doc src images|' \
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/xpad
|
||||
man/man1/xpad.1.gz
|
||||
share/applications/xpad.desktop
|
||||
share/icons/hicolor/scalable/apps/xpad.svg
|
||||
%%NLS%%%%NLS%%share/locale/af/LC_MESSAGES/xpad.mo
|
||||
|
@ -24,9 +24,6 @@ USES= pkgconfig gmake
|
||||
INSTALLS_ICONS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= xpad.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
@ -39,8 +36,6 @@ CONFIGURE_ARGS+= --disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
MAN1+= xpad.1
|
||||
|
||||
post-patch-script:
|
||||
.if ! ${PORT_OPTIONS:MNLS}
|
||||
@${REINPLACE_CMD} -e 's|SUBDIRS = autopackage doc src images po|SUBDIRS = autopackage doc src images|' \
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/xpad
|
||||
man/man1/xpad.1.gz
|
||||
share/applications/xpad.desktop
|
||||
share/icons/hicolor/scalable/apps/xpad.svg
|
||||
%%NLS%%share/locale/af/LC_MESSAGES/xpad.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user