On Nov 01, Steven Mestdagh wrote: > Igor Zinovik [2010-11-01, 00:24:24]: > > On Nov 01, Igor Zinovik wrote: > > > Hello. > > > > > > Update my email so that people can contact me. > > > > Updated version. Proper spacing. > you need to bump REVISION if you change maintainer.
Update version with bumped REVISION. Man page seems to be correctly rendered with mandoc, so I removed USE_GROFF. Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/stan/Makefile,v retrieving revision 1.2 diff -U 3 -N -p Makefile --- Makefile 19 Oct 2010 07:43:02 -0000 1.2 +++ Makefile 1 Nov 2010 19:07:50 -0000 @@ -4,16 +4,18 @@ COMMENT = statistical analyzer for binary streams DISTNAME = stan-0.4.1 +REVISION = 0 + CATEGORIES = sysutils HOMEPAGE = http://www.roqe.org/stan/ -MAINTAINER = Igor Zinovik <[email protected]> +MAINTAINER = Igor Zinovik <[email protected]> # 4-clause BSD PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes -PERMIT_DISTFILES_CDROM =Yes +PERMIT_DISTFILES_CDROM = Yes PERMIT_DISTFILES_FTP = Yes WANTLIB = c m @@ -22,6 +24,5 @@ MASTER_SITES = ${HOMEPAGE} CONFIGURE_STYLE = gnu CONFIGURE_ENV += CFLAGS="${CFLAGS}" -USE_GROFF = Yes .include <bsd.port.mk>
