# New ports collection makefile for: frink # Date created: 8 May 2001 # Whom: Mikhail Teterin # # $FreeBSD$ # PORTNAME= frink PORTVERSION= 2.1.5 CATEGORIES= devel MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ MAINTAINER= mi@aldan.algebra.com COMMENT= A tcl formatter and static tester #MAN1= ${PORTNAME}.1 MANCOMPRESSED= maybe MAKEFILE= ${FILESDIR}/Makefile.bsd .ifndef NOPORTDOCS PLIST_SUB+= DOCSDIR=${DOCSDIR:S,${PREFIX:S,/$,,}/,,} post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/README \ ${WRKSRC}/README.html ${DOCSDIR} .endif .include le='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-0/+1
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* Fix docs not beeing installedgirgen2011-09-122-3/+18
| | | | Patch to handle PostgreSQL 9.1
* - Get Rid MD5 supportmiwi2011-03-20