diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-03 15:54:35 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-03 15:54:35 +0800 |
commit | aa387ce5985758579a1bc4f045b21d235483b593 (patch) | |
tree | d8772275702414ec5d388a06ab9a8cc3bfe55ff1 /mail/twhttpd/Makefile | |
parent | e8cf1ced260c7230476db398e310cb56917a7018 (diff) | |
download | freebsd-ports-gnome-aa387ce5985758579a1bc4f045b21d235483b593.tar.gz freebsd-ports-gnome-aa387ce5985758579a1bc4f045b21d235483b593.tar.zst freebsd-ports-gnome-aa387ce5985758579a1bc4f045b21d235483b593.zip |
Remove mail/twhttpd, wrong category
Diffstat (limited to 'mail/twhttpd/Makefile')
-rw-r--r-- | mail/twhttpd/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/mail/twhttpd/Makefile b/mail/twhttpd/Makefile deleted file mode 100644 index 0237da7046e4..000000000000 --- a/mail/twhttpd/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: twhttpd-1.0 -# Date created: 25 Sep 2002 -# Whom: Pieter Danhieux <opr@bsdaemon.be> -# -# $FreeBSD$ -# - -PORTNAME= twhttpd -PORTVERSION= 1.0 -CATEGORIES= mail -MASTER_SITES= http://www.geocities.com/samngms/twhttpd/download/ -DISTNAME= twhttpd-${PORTVERSION} - -MAINTAINER= opr@bsdaemon.be - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_AUTOCONF= yes - -do-install: - @${INSTALL_PROGRAM} -o root -g wheel -m 0755 ${WRKSRC}/twhttpd ${PREFIX}/sbin/twhttpd - @${INSTALL} -o root -g wheel -m 0755 ${WRKSRC}/rm_cache ${PREFIX}/sbin/rm_cache - @${INSTALL} -o root -g wheel -m 0700 ${WRKSRC}/twhttpd.cfg ${PREFIX}/etc/twhttpd.cfg.sample - -post-install: - @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> |