From b937182254a21d069b99b4eade0a828934da3948 Mon Sep 17 00:00:00 2001 From: wen Date: Fri, 27 Nov 2009 16:19:32 +0000 Subject: - Restore PORTEPOCH and PORTNAME Reviewed by: miwi@ --- net/skystar2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/skystar2/Makefile b/net/skystar2/Makefile index 60a4a42cc3e7..71af0be9c728 100644 --- a/net/skystar2/Makefile +++ b/net/skystar2/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # -PORTNAME= skystar2.8 +PORTNAME= skystar2 PORTVERSION= 1.32 +PORTEPOCH= 1 CATEGORIES= net kld MASTER_SITES= http://paradox.lissyara.su/ \ http://lissyara.su/patch/skystar2/ -DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} +DISTNAME= ${PORTNAME}.8_${PORTVERSION:S/.//} MAINTAINER= admin@lissyara.su COMMENT= Kernel module and program for SkyStar2/SkyStar2.8A, ver. ${PORTVERSION} -- cgit