diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2009-07-26 12:01:21 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2009-07-26 12:01:21 +0000 |
commit | 41e30cfd533ee5b04ba0c7a23543dc2683584ce6 (patch) | |
tree | 68bf6170c224c13366f0dabe3cc2c287d2e37a61 /misc/dnetc/Makefile | |
parent | 5941df18f291e5841341609e3e7c60e91b59441c (diff) |
Notes
Diffstat (limited to 'misc/dnetc/Makefile')
-rw-r--r-- | misc/dnetc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index 78b46d47f24e..4606089b333a 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -49,7 +49,7 @@ SUB_LIST= BINDIR="${BINDIR}" \ .include <bsd.port.pre.mk> .if ${ARCH} == i386 -REVISION= 0 +REVISION= 1 VERSION= 2.9103.509 .if ${OSVERSION} >= 700055 DISTNAME= dnetc${PORTVERSION:E}-freebsd7-${ARCH:S/i386/x86/} @@ -61,7 +61,7 @@ WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd6-${ARCH:S/i386/x86/} .endif .if ${ARCH} == amd64 -REVISION= 0 +REVISION= 1 VERSION= 2.9103.509 .if ${OSVERSION} >= 700055 DISTNAME= dnetc${PORTVERSION:E}-freebsd7-${ARCH:S/i386/x86/} @@ -73,7 +73,7 @@ WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd6-${ARCH:S/i386/x86/} .endif .if ${ARCH} == sparc64 -REVISION= 0 +REVISION= 1 VERSION= 2.9103.509 .if ${OSVERSION} >= 700055 DISTNAME= dnetc${PORTVERSION:E}-freebsd7-${ARCH:S/i386/x86/}-elf @@ -85,7 +85,7 @@ WRKSRC= ${WRKDIR}/dnetc${PORTVERSION:E}-freebsd6-${ARCH:S/i386/x86/} .endif .if ${ARCH} == alpha -REVISION= 3 +REVISION= 4 VERSION= 2.9003.481 .endif |