=================================================================== RCS file: /cvs/ports/cad/tkgate2/Attic/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ports/cad/tkgate2/Attic/Makefile 2011/11/09 10:43:15 1.6 +++ ports/cad/tkgate2/Attic/Makefile 2013/05/06 21:26:03 1.7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2011/11/09 10:43:15 yason Exp $ +# $OpenBSD: Makefile,v 1.7 2013/05/06 21:26:03 kirby Exp $ COMMENT = Tcl/Tk based digital circuit editor and simulator @@ -6,17 +6,15 @@ CATEGORIES = cad x11 -HOMEPAGE = http://www.tkgate.org +HOMEPAGE = http://www.tkgate.org/ #MAINTAINER = ??? -MASTER_SITES = ftp://gadoid.ices.cmu.edu/pub/tkgate/pre-release/ +MASTER_SITES = http://www.tkgate.org/downloads/ +EXTRACT_SUFX = .tgz # GPL PERMIT_PACKAGE_CDROM = Yes -PERMIT_PACKAGE_FTP = Yes -PERMIT_DISTFILES_CDROM =Yes -PERMIT_DISTFILES_FTP = Yes WANTLIB = ICE SM X11 Xau Xdmcp c m pthread-stubs xcb @@ -27,7 +25,7 @@ CONFIGURE_STYLE = gnu -pre-patch: +post-extract: .for i in *.orig* *.bak* *.old *~ @find ${WRKSRC} -name $i -exec rm {} \; .endfor