# ex:ts=8 # Ports collection makefile for: csh # Date created: 23 January 2000 # Whom: David O'Brien # # $FreeBSD$ # PORTNAME= 44bsd-csh PORTVERSION= 20001106 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= cy MAINTAINER= ports@FreeBSD.org USE_BZIP2= yes NO_WRKSUBDIR= yes MAN1= 44bsd-csh.1 post-extract: cd ${WRKSRC} ; co RCS/*,v cd ${WRKSRC}/USD.doc ; co RCS/*,v post-build: cd ${WRKSRC}/USD.doc ; ${MAKE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/csh ${PREFIX}/bin/44bsd-csh ${INSTALL_MAN} ${WRKSRC}/csh.1 ${PREFIX}/man/man1/44bsd-csh.1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/USD.doc/paper.ascii.gz ${DOCSDIR} .endif @${ECHO} "Updating /etc/shells" @${CP} /etc/shells /etc/shells.bak @(${GREP} -v ${PREFIX}/bin/44bsd-csh /etc/shells.bak; \ ${ECHO_CMD} ${PREFIX}/bin/44bsd-csh) > /etc/shells @${RM} /etc/shells.bak tarup: cd ${WRKSRC} ; rm * USD.doc/* cd ${WRKSRC} ; tar cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .include /a> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 1.9.2, use INFO, and other minor cleanups.ade2004-10-154-20/+23
* Update to 1.9.1ade2004-08-173-6/+6
* Update devel/automake19 to 1.9 after repo-copyade2004-08-065-16/+17
* Long-overdue cosmetic cleanups.ade2004-08-041-10/+0
* Actually put in relevant symlinks to the versioned files inade2004-07-302-1/+16
* Expand %%X11BASE%% to the appropriate ${X11BASE} value in aclocal, soade2004-07-071-0/+2
* Update to 1.8.5ade2004-06-092-4/+3
* Ensure that automake uses the correct version of autoconfade2004-05-273-9/+19
* Update to 1.8.4ade2004-05-143-11/+10
* Fix one missed instance of pointing to the wrong location in generatedade2004-03-303-0/+29
* Say hello to autoconf 2.59 and automake 1.8(.3) after repo-copy.ade2004-03-1511-177/+119
* Other minor cosmetic changes to COMMENTade2004-02-121-1/+1
* Put the crack pipe away, and force this !*&@&%^! toade2003-06-297-4/+224
* Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnamesade2003-06-299-410/+117
* Assume maintainership as part of the whole "gnutools" integration process.ade2003-06-101-1/+1
* REST IN PEACEwill2003-06-091-1/+1
* Make BROKEN message displayable.edwin2003-05-021-1/+1
* Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-03-011-1/+1
* bring in all the patchesalane2003-02-246-0/+286
* get this into the tree but marked brokenalane2003-02-244-15/+123
* prepare for real portalane2003-02-133-3/+3
* Correct ports that were abusing the FORBIDDEN variable and replace withseanc2003-02-071-1/+0
* Add explicit ignore assignments to try to get bento to leave this shit alone.alane2002-11-251-1/+2
* 1. Update version to 1.7.1.alane2002-11-038-191/+20
* Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizealane2002-11-011-1/+1
* Changed MAINTAINER to my FreeBSD address.alane2002-11-011-1/+1
* Removed erroneous ${DESTDIR} that I put in Makefile pre-/post- targets.alane2002-10-211-2/+2
* 1. Renamed patch files.alane2002-10-155-3/+4
* Undef NO_IGNORE.alane2002-10-151-1/+6
* 1. Made post-install DESTDIR-safe.alane2002-10-131-4/+10
* Take maintainership since Ade Lovett departed and I know these programsalane2002-09-161-1/+1
* Due to popular demant into each port which might be inserted into dependencysobomax2002-09-141-0/+4
* Relinquish all my ports.ade2002-09-071-1/+1
* Stage a mini-coup, and borrow these ports from portmgr@ for a while,ade2002-08-011-1/+1
* Fix pkg-plist.sobomax2001-10-301-41/+54
* Put back PORTEPOCH, which was erroneously deleted in one of the previoussobomax2001-10-301-0/+1
* [Re]Update to version 1.5.obrien2001-10-294-33/+17
* (portmgr@ hat on)sobomax2001-10-085-72/+75
* Update to version 1.5.demon2001-10-075-73/+71
* Turn famous `duplicated macro ...' into a warning rather than an error.sobomax2001-08-112-5/+18
* Update to 1.4-p5.demon2001-07-212-3/+3
* Update to 1.4-p4. patch-ac was integrated into distribution.demon2001-07-213-23/+5
* Add WWW line.demon2001-03-211-0/+2
* - Do not read a file more than once, where the sameness is judged byknu2000-07-191-6/+44
* Persuade automake to look not only in ${PREFIX}/share/aclocalade2000-07-16