mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
- Update to version 2.76
- Switch to optionsng PR: ports/169419 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor)
This commit is contained in:
parent
91ff003b69
commit
fc08561b09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301176
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nickle
|
||||
PORTVERSION= 2.75
|
||||
PORTVERSION= 2.76
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://www.nickle.org/release/
|
||||
|
||||
@ -15,6 +15,9 @@ COMMENT= A numeric oriented programming language
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
PORT_OPTIONS= EXAMPLES
|
||||
|
||||
USE_NCURSES= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
@ -25,19 +28,19 @@ LDFLAGS+= ${PTHREAD_LIBS}
|
||||
|
||||
MAN1= nickle.1
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
# Do not descend into "examples" subdirectory to prevent them being installed
|
||||
# under DATADIR (instead, we manually install them later in post-install into
|
||||
# EXAMPLESDIR); also remove extra -O2 since we provide our own CFLAGS.
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS/s|examples|| ; s| -O2||' \
|
||||
${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^SUBDIRS/s|examples|| ; \
|
||||
s| -O2||' ${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
@(cd ${WRKSRC}/examples && ${FIND} . ! \( -name "*Makefile*" -or \
|
||||
-name "*.sgml" \) | ${CPIO} -pdm -LR ${SHAREOWN}:${SHAREGRP} \
|
||||
${EXAMPLESDIR})
|
||||
-name "*.sgml" \) | ${CPIO} -pdm -L \
|
||||
-R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR})
|
||||
@${FIND} ${EXAMPLESDIR} -type d | ${XARGS} ${CHMOD} a+rx
|
||||
@${FIND} ${EXAMPLESDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nickle-2.75.tar.gz) = 74a7c8e33975ff3a9bb743c210211f6ae5b14f45f208e5b79e85faabd65a9bb7
|
||||
SIZE (nickle-2.75.tar.gz) = 512728
|
||||
SHA256 (nickle-2.76.tar.gz) = ae9b3e4ea0ab204db84121bf6c9d540d60a0e813196422790c751961fc8a1ef0
|
||||
SIZE (nickle-2.76.tar.gz) = 516524
|
||||
|
Loading…
Reference in New Issue
Block a user