View | Details | Raw Unified | Return to bug 85247
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	oops
8
PORTNAME=	oops
9
PORTVERSION=	${OOPSVERSION}
9
PORTVERSION=	${OOPSVERSION}
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://oops-cache.org/
12
MASTER_SITES=	http://oops-cache.org/
13
DISTNAME=	${PORTNAME}-${OOPSVERSION}
13
DISTNAME=	${PORTNAME}-${OOPSVERSION}
(-)pkg-install (-1 / +1 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
3
user=oops
3
user=oops
4
group=wheel
4
group=nogroup
5
5
6
ask() {
6
ask() {
7
    local question default answer
7
    local question default answer

Return to bug 85247