# New ports collection makefile for: freecode-submit (before freshmeat-submit) # Date created: 2 Jan 2005 # Whom: x # # $FreeBSD$ # PORTNAME= freecode-submit PORTVERSION= 2.4 CATEGORIES= misc MASTER_SITES= http://www.catb.org/~esr/freecode-submit/ \ http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org COMMENT= Submission of updates to Freecode via its JSON API LICENSE= BSD USE_PYTHON= yes NO_BUILD= yes PLIST_FILES= bin/freecode-submit MAN1= freecode-submit.1 .include do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/freecode-submit ${PREFIX}/bin ${MKDIR} ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/freecode-submit.1 ${MAN1PREFIX}/man/man1 .include y'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Fix rc script: need a suitable REQUIRE line in the rc script, since otherwisepav2006-08-282-2/+3
* Remove a new crop of the long-spurious FreeBSD KEYWORDs.dougb2006-07-111-1/+0
* - Use new rc.d scriptmnag2006-05-013-13/+49
* SHA256ifyedwin2006-01-241-0/+1
* - Don't abort installation when we fail to make devicepav2005-05-042-1/+23