Index: head/devel/nasm/Makefile =================================================================== --- head/devel/nasm/Makefile (revision 23772) +++ head/devel/nasm/Makefile (revision 23773) @@ -1,20 +1,23 @@ # New ports collection makefile for: nasm # Version required: 0.98 # Date created: 7 April 1998 # Whom: Murray Stokely # # $FreeBSD$ # DISTNAME= nasm-0.98 CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= devel/lang/assemblers MAINTAINER= murray@cdrom.com GNU_CONFIGURE= yes MAN1= nasm.1 ndisasm.1 +post-install: + ${LN} -sf nasm ${PREFIX}/bin/${DISTNAME} + .include Property changes on: head/devel/nasm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/nasm/pkg-plist =================================================================== --- head/devel/nasm/pkg-plist (revision 23772) +++ head/devel/nasm/pkg-plist (revision 23773) @@ -1,2 +1,3 @@ bin/nasm +bin/nasm-0.98 bin/ndisasm Property changes on: head/devel/nasm/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property