# New ports collection makefile for: enteruser # Date created: 19 Feb 2002 # Whom: Danny Howard # # $FreeBSD$ # PORTNAME= enteruser PORTVERSION= 1.0 CATEGORIES= sysutils MASTER_SITES= http://dannyman.toldme.com/warez/ DISTNAME= enteruser EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty MAINTAINER= dannyman@toldme.com COMMENT= Extensible script for adding new users USE_REINPLACE= yes USE_PERL5= yes NO_WRKSUBDIR= true NO_BUILD= true do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} do-patch: @${REINPLACE_CMD} -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/enteruser do-install: ${INSTALL_SCRIPT} ${WRKSRC}/enteruser ${PREFIX}/sbin ${LN} -f ${PREFIX}/sbin/enteruser ${PREFIX}/sbin/queueuser .include 62/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - SIZEify.mich2004-03-181-0/+1
* Update to -> 1.1.1mich2003-09-253-6/+7
* Change maintainer email to my @FreeBSD.org addressmich2003-05-071-1/+1
* De-pkg-comment.knu2003-02-212-1/+1
* Update to 1.0.3arved2003-01-033-5/+7
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* - Update MASTER_SITEijliao2002-10-251-6/+4
* Fix build by properly defining an argument that is used for poll(2).alex2002-09-241-0/+11
* Fix build on -current by removing an obsoleted patch and setting NO_WERRORkris2002-09-052-20/+6