Index: head/lang/rexx-regina/Makefile =================================================================== --- head/lang/rexx-regina/Makefile (revision 448257) +++ head/lang/rexx-regina/Makefile (revision 448258) @@ -1,68 +1,73 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= regina PORTVERSION= 3.9.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}-rexx/${PORTNAME}-rexx/${PORTVERSION}:source \ SF/${PORTNAME}-rexx/${PORTNAME}-documentation/${PORTVERSION}:docs PKGNAMEPREFIX= rexx- DISTNAME= Regina-REXX-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= Regina-REXX-${PORTVERSION}.tar.gz MAINTAINER= bob@eager.cx COMMENT= Rexx interpreter LICENSE= LGPL21+ BROKEN_aarch64= Does not build: error: expected expression BROKEN_armv6= Does not build: error: expected expression BROKEN_mips= Does not build: error: expected expression BROKEN_mips64= Does not build: error: expected expression BROKEN_powerpc64= Does not build: error: expected expression BROKEN_sparc64= Does not build: error: expected expression USES= gmake iconv ncurses USE_RC_SUBR= rxstack GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_c_char_unsigned=yes CONFIGURE_ARGS= --with-addon-dir=${PREFIX}/lib/Regina-REXX/addons USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} CONFLICTS= rexx-imc-[0-0]* oorexx-[0-9]* OPTIONS_DEFINE= DOCS EXAMPLES DOCS_DISTFILES= regina.pdf:docs \ regutil.pdf:docs .include .if ${ARCH} == i386 || ${ARCH} == powerpc CONFIGURE_ARGS+= --enable-32bit .endif post-extract-DOCS-on: @${CP} ${DISTDIR}/${DIST_SUBDIR}/regina.pdf ${WRKDIR} @${CP} ${DISTDIR}/${DIST_SUBDIR}/regutil.pdf ${WRKDIR} post-patch: @${REINPLACE_CMD} -e \ '/$${CFLAGS}/s|^|#| ; \ s|"-lpthread"|"-pthread"|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/^examplesdir/s|=.*|= $$(datadir)/examples/$$(PACKAGE)| ; \ /$$(sysconfdir)/s|^|#|' ${WRKSRC}/Makefile.in + +post-stage: + @${LN} -f ${STAGEDIR}/${PREFIX}/man/man1/regina.1.gz \ + ${STAGEDIR}/${PREFIX}/man/man1/rexx.1.gz post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKDIR}/regina.pdf ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKDIR}/regutil.pdf ${STAGEDIR}${DOCSDIR} .include Index: head/lang/rexx-regina/pkg-plist =================================================================== --- head/lang/rexx-regina/pkg-plist (revision 448257) +++ head/lang/rexx-regina/pkg-plist (revision 448258) @@ -1,33 +1,34 @@ bin/regina bin/regina-config bin/rexx bin/rxqueue bin/rxstack include/rexxsaa.h lib/Regina-REXX/addons/libregutil.so lib/Regina-REXX/addons/librxtest1.so lib/Regina-REXX/addons/librxtest2.so lib/libregina.a lib/libregina.so man/man1/regina.1.gz +man/man1/rexx.1.gz man/man1/regina-config.1.gz man/man1/rxqueue.1.gz man/man1/rxstack.1.gz %%DATADIR%%/de.mtb %%DATADIR%%/en.mtb %%DATADIR%%/es.mtb %%DATADIR%%/no.mtb %%DATADIR%%/pl.mtb %%DATADIR%%/pt.mtb %%DATADIR%%/sv.mtb %%DATADIR%%/tr.mtb %%PORTDOCS%%%%DOCSDIR%%/regina.pdf %%PORTDOCS%%%%DOCSDIR%%/regutil.pdf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/animal.rexx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/block.rexx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dateconv.rexx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynfunc.rexx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/newstr.rexx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/regutil.rexx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rexxcps.rexx %%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeconv.rexx