diff options
Diffstat (limited to 'devel/nasm/Makefile')
-rw-r--r-- | devel/nasm/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index 323a4fa..55c642d 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -6,15 +6,17 @@ # PORTNAME= nasm -PORTVERSION= 0.98 +PORTVERSION= 0.98.33 PORTEPOCH= 1 CATEGORIES= devel lang -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= devel/lang/assemblers +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= nasm MAINTAINER= murray@FreeBSD.org +USE_BZ2= yes GNU_CONFIGURE= yes +PLIST_SUB= VERSION=${PORTVERSION} MAN1= nasm.1 ndisasm.1 |