NO_REGRESS & distinfo

This commit is contained in:
matt 2001-11-21 01:29:48 +00:00
parent 86bbf63745
commit 9ac24b27f2
4 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2001/06/01 23:44:47 matt Exp $
# $OpenBSD: Makefile,v 1.13 2001/11/21 01:29:48 matt Exp $
# $FreeBSD: Makefile,v 1.10 1999/02/18 16:05:47 steve Exp $
COMMENT= "cross-platform remote desktop access"
@ -9,7 +9,7 @@ PKGNAME= vnc-${VERSION}
PKGNAME-viewer= vnc-viewer-${VERSION}
DISTNAME= ${PKGNAME}_unixsrc
CATEGORIES= net
NEED_VERSION= 1.413
NEED_VERSION= 1.498
HOMEPAGE= http://www.uk.research.att.com/vnc/
MAINTAINER= Matt Behrens <matt@openbsd.org>
@ -31,6 +31,8 @@ CONFIGURE_STYLE=imake
WRKDIST= ${WRKDIR}/vnc_unixsrc
ALL_TARGET= World
NO_REGRESS= Yes
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/Xvnc/programs/Xserver/Xvnc \
${PREFIX}/bin/Xvnc

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 2001/07/09 17:11:03 pvalchev Exp $
# $OpenBSD: Makefile,v 1.16 2001/11/21 01:29:49 matt Exp $
COMMENT= "Fast-Light Tool Kit"
@ -7,7 +7,7 @@ PKGNAME= fltk-${VER}
DISTNAME= ${PKGNAME}-source
CATEGORIES= x11
NEED_VERSION= 1.394
NEED_VERSION= 1.498
HOMEPAGE= http://www.fltk.org/
@ -26,5 +26,7 @@ CONFIGURE_STYLE=autoconf dest
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
WRKDIST= ${WRKDIR}/${PKGNAME}
NO_REGRESS= Yes
.include <bsd.port.mk>