1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/www/chpasswd/Makefile
Jean Milanez Melo 6f77465c41 - unbreak gcc42
- Bump portrevision
- update mastersites.

PR:		ports/117928
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
Approved by:	portmgr (linimon)
2007-11-28 11:53:39 +00:00

31 lines
684 B
Makefile

# New ports collection makefile for: chpasswd
# Date created: 18 December 2003
# Whom: Jean Milanez Melo <jmelo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= chpasswd
PORTVERSION= 2.2.3
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= SF
MASTER_SITE_SUBDIR= orsochpasswd
MAINTAINER= jmelo@FreeBSD.org
COMMENT= Allow users to change their Squid or Web password using the browser
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}/etc/chpasswd \
--enable-language=English \
--enable-cgidir=${PREFIX}/www/cgi-bin
pre-install:
@${MKDIR} ${PREFIX}/www/cgi-bin
post-install:
@${ECHO} 'Remember, passwd and log file must be owned by httpd user, or chmod 777'
.include <bsd.port.mk>