Index: head/devel/ElectricFence/Makefile =================================================================== --- head/devel/ElectricFence/Makefile (revision 23816) +++ head/devel/ElectricFence/Makefile (revision 23817) @@ -1,23 +1,21 @@ # New ports collection makefile for: Electric Fence # Version required: 2.0.5 # Date created: 13 November 1997 # Whom: jraynard # # $FreeBSD$ # DISTNAME= ElectricFence-2.0.5 PKGNAME= electricfence-2.0.5 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= devel/lang/c -MAINTAINER= jraynard@freebsd.org - MAN3= libefence.3 do-install: ${INSTALL_DATA} ${WRKSRC}/libefence.a ${PREFIX}/lib ${INSTALL_MAN} ${WRKSRC}/libefence.3 ${PREFIX}/man/man3 .include Property changes on: head/devel/ElectricFence/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/sfio/Makefile =================================================================== --- head/devel/sfio/Makefile (revision 23816) +++ head/devel/sfio/Makefile (revision 23817) @@ -1,54 +1,52 @@ # New ports collection makefile for: sfio # Version required: 97 # Date created: 8 November 1997 # Whom: jraynard # # $FreeBSD$ # DISTNAME= sfio_1998 PKGNAME= sfio-98 CATEGORIES= devel #Users must register with AT&T before downloading tarball. #MASTER_SITES= http://www.research.att.com/sw/tools/sfio/ EXTRACT_SUFX= .src.unix.cpio EXTRACT_CMD= cpio EXTRACT_BEFORE_ARGS= -idF EXTRACT_AFTER_ARGS= # empty -MAINTAINER= jraynard@freebsd.org - NO_WRKSUBDIR= yes IS_INTERACTIVE= yes MAN3= cdt.3 sfio.3 vmalloc.3 RESTRICTED= Requires user to register with AT&T. do-fetch: @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ ${ECHO} ""; \ ${ECHO} "Please read http://www.research.att.com/sw/tools/sfio/"; \ ${ECHO} "for details of how to obtain the SFIO source. Put the"; \ ${ECHO} "file ${DISTNAME}${EXTRACT_SUFX} in the directory"; \ ${ECHO} "${DISTDIR} and run make again."; \ ${ECHO} ""; \ exit 1;\ fi # Remove a test that's too clever for its own good post-extract: @${MV} ${WRKDIR}/src/lib/sfio/Sfio_t/tmmap2read.c \ ${WRKDIR}/src/lib/sfio/Sfio_t/.tmmap2read.c do-build: @cd ${WRKDIR}/src/lib/sfio && ${MAKE} all -f makefile do-install: ${INSTALL_DATA} ${WRKDIR}/include/* ${PREFIX}/include ${INSTALL_DATA} ${WRKDIR}/lib/libsfio.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKDIR}/lib/libstdio.a ${PREFIX}/lib ${INSTALL_MAN} ${WRKDIR}/man/man3/cdt.3 ${PREFIX}/man/man3 ${INSTALL_MAN} ${WRKDIR}/man/man3/sfio.3 ${PREFIX}/man/man3 ${INSTALL_MAN} ${WRKDIR}/man/man3/vmalloc.3 ${PREFIX}/man/man3 .include Property changes on: head/devel/sfio/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/editors/textedit/Makefile =================================================================== --- head/editors/textedit/Makefile (revision 23816) +++ head/editors/textedit/Makefile (revision 23817) @@ -1,23 +1,21 @@ # New ports collection makefile for: textedit # Version required: 1.0 # Date created: 3 January 1998 # Whom: jraynard # # $FreeBSD$ # DISTNAME= textedit-1.0 CATEGORIES= editors -MASTER_SITES= http://www.FreeBSD.org/~jraynard/ports/distfiles/ +MASTER_SITES= http://www.FreeBSD.org/~fenner/distfiles/ MAINTAINER= alex@big.endian.de LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview - -BROKEN= "mastersite gone" WRKSRC= ${WRKDIR}/textedit USE_IMAKE= yes MAN1= textedit.1 .include Property changes on: head/editors/textedit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/emulators/sim/Makefile =================================================================== --- head/emulators/sim/Makefile (revision 23816) +++ head/emulators/sim/Makefile (revision 23817) @@ -1,39 +1,37 @@ # New ports collection makefile for: sim # Version required: 2.3 # Date created: 7 November 1997 # Whom: jraynard # # $FreeBSD$ # DISTNAME= sim_2.3 PKGNAME= sim-2.3 CATEGORIES= emulators MASTER_SITES= ftp://minnie.cs.adfa.oz.au/pub/PDP-11/Sims/Supnik_2.3/sources/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.update1.tar.gz -MAINTAINER= jraynard@FreeBSD.org - RESTRICTED= "Non-commercial use only" NO_WRKSUBDIR= yes post-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/i1401 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/nova ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp1 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp4 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp7 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp8 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp9 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp11 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp15 ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/sim && ${INSTALL_DATA} ${WRKDIR}/simh_doc.txt \ ${PREFIX}/share/doc/sim .endif .include Property changes on: head/emulators/sim/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/emulators/simh/Makefile =================================================================== --- head/emulators/simh/Makefile (revision 23816) +++ head/emulators/simh/Makefile (revision 23817) @@ -1,39 +1,37 @@ # New ports collection makefile for: sim # Version required: 2.3 # Date created: 7 November 1997 # Whom: jraynard # # $FreeBSD$ # DISTNAME= sim_2.3 PKGNAME= sim-2.3 CATEGORIES= emulators MASTER_SITES= ftp://minnie.cs.adfa.oz.au/pub/PDP-11/Sims/Supnik_2.3/sources/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}.update1.tar.gz -MAINTAINER= jraynard@FreeBSD.org - RESTRICTED= "Non-commercial use only" NO_WRKSUBDIR= yes post-configure: @${CP} ${FILESDIR}/Makefile ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKDIR}/i1401 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/nova ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp1 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp4 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp7 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp8 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp9 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp11 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKDIR}/pdp15 ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/sim && ${INSTALL_DATA} ${WRKDIR}/simh_doc.txt \ ${PREFIX}/share/doc/sim .endif .include Property changes on: head/emulators/simh/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/news/slurp/Makefile =================================================================== --- head/news/slurp/Makefile (revision 23816) +++ head/news/slurp/Makefile (revision 23817) @@ -1,27 +1,25 @@ # New ports collection makefile for: slurp # Version required: 1.10 # Date created: 30 Jun 1996 # Whom: jraynard # # $FreeBSD$ # DISTNAME= slurp-1.10 CATEGORIES= news MASTER_SITES= ftp://ftp.demon.co.uk/pub/news/slurp/ EXTRACT_SUFX= .tar.Z -MAINTAINER= jraynard@FreeBSD.org - NO_WRKSUBDIR= yes MAN1= slurp.1 pre-install: ${MKDIR} ${PREFIX}/news/lib ${PREFIX}/news/bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/slurp ${PREFIX}/news/bin ${INSTALL_MAN} ${WRKSRC}/slurp.1 ${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/slurp.sys ${PREFIX}/news/lib .include Property changes on: head/news/slurp/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/x11/props/Makefile =================================================================== --- head/x11/props/Makefile (revision 23816) +++ head/x11/props/Makefile (revision 23817) @@ -1,24 +1,22 @@ # New ports collection makefile for: props # Version required: 1.0 # Date created: 3 January 1998 # Whom: jraynard # # $FreeBSD$ # DISTNAME= props-1.0 CATEGORIES= x11 -MASTER_SITES= http://www.freebsd.org/~jraynard/ports/distfiles/ - -MAINTAINER= jraynard@@freebsd.org +MASTER_SITES= http://www.freebsd.org/~fenner/distfiles/ LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/props USE_IMAKE= yes post-install: ${MKDIR} ${X11BASE}/lib/X11/locale/C/props; \ ${INSTALL_DATA} ${WRKSRC}/C/* ${X11BASE}/lib/X11/locale/C/props .include Property changes on: head/x11/props/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property