diff options
Diffstat (limited to 'www/oops/Makefile')
-rw-r--r-- | www/oops/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile index 3a54233d3f5a..8438667ef145 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -6,12 +6,20 @@ # PORTNAME= oops -PORTVERSION= 1.5.22 +PORTVERSION= ${OOPSVERSION}.${OOPSDATE} CATEGORIES= www MASTER_SITES= http://zipper.paco.net/~igor/oops/ +DISTNAME= ${PORTNAME}-${OOPSVERSION} + +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${PORTNAME}-${OOPSVERSION}-${OOPSDATE}.patch +PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME} MAINTAINER= ozz@FreeBSD.org.ru +OOPSVERSION= 1.5.22 +OOPSDATE= 20020312 + GNU_CONFIGURE= yes CONFIGURE_ARGS?=--sbindir=${PREFIX}/sbin \ --sysconfdir=${PREFIX}/etc/oops \ |