1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Do not grab ${PREFIX}/sbin owhership.

Remove FORBIDDEN, bump PORTREVISION.

Notify from:	kris via bento
This commit is contained in:
Sergey A. Osokin 2004-01-30 10:19:16 +00:00
parent 67a79c5eab
commit 3e20d6b4c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99488
2 changed files with 7 additions and 5 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= oops
PORTVERSION= ${OOPSVERSION}
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://oops-cache.org/
DISTNAME= ${PORTNAME}-${OOPSVERSION}
@ -14,8 +15,6 @@ DISTNAME= ${PORTNAME}-${OOPSVERSION}
MAINTAINER= osa@FreeBSD.org
COMMENT= A caching web proxy server
FORBIDDEN= "Changes ownership of ${PREFIX}/sbin"
BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk
OOPSVERSION= 1.5.23

View File

@ -1,8 +1,11 @@
--- src/Makefile.in.orig Wed Oct 22 17:48:56 2003
+++ src/Makefile.in Wed Oct 22 17:51:00 2003
@@ -62,51 +62,15 @@
--- src/Makefile.in.orig Fri Oct 24 10:05:04 2003
+++ src/Makefile.in Fri Jan 30 13:11:28 2004
@@ -61,53 +61,17 @@
fi
install: all mkinstalldirs
- $(INSTALL) -d ${OOPS_SBINDIR}
+# $(INSTALL) -d ${OOPS_SBINDIR}
$(INSTALL) oops ${OOPS_SBINDIR}
- if [ -f ${OOPS_SYSCONFDIR}/oops.cfg ]; then\
- $(INSTALL_DATA) oops.cfg ${OOPS_SYSCONFDIR}/oops.cfg.sample ;\