diff -urN /usr/ports/lang/nickle/Makefile lang/nickle/Makefile --- /usr/ports/lang/nickle/Makefile 2012-05-11 02:06:31.000000000 +0900 +++ lang/nickle/Makefile 2012-06-25 23:09:42.000000000 +0900 @@ -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 @@ LICENSE= MIT +PORT_OPTIONS= EXAMPLES + +USE_NCURSES= yes USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes @@ -25,19 +28,19 @@ MAN1= nickle.1 +.include + 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 diff -urN /usr/ports/lang/nickle/distinfo lang/nickle/distinfo --- /usr/ports/lang/nickle/distinfo 2012-05-10 21:50:16.000000000 +0900 +++ lang/nickle/distinfo 2012-06-12 21:28:55.000000000 +0900 @@ -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