diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-06-05 20:09:56 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-06-05 20:09:56 +0000 |
commit | 39cd97b44c1a124b0248621ae404fb78b816b236 (patch) | |
tree | 806ea4ecac8ed9bb4f8dd6fce874b591ddd0526a /devel/nasm | |
parent | 47996e70a570a1c3a26fb1ea9ac6bf355361477b (diff) | |
download | ports-39cd97b44c1a124b0248621ae404fb78b816b236.tar.gz ports-39cd97b44c1a124b0248621ae404fb78b816b236.zip |
Notes
Diffstat (limited to 'devel/nasm')
-rw-r--r-- | devel/nasm/Makefile | 1 | ||||
-rw-r--r-- | devel/nasm/pkg-plist | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index a228a4dc53d6..b278c42258c2 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -3,6 +3,7 @@ PORTNAME= nasm PORTVERSION= 2.10.09 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel lang MASTER_SITES= http://www.nasm.us/pub/nasm/releasebuilds/${PORTVERSION}/ diff --git a/devel/nasm/pkg-plist b/devel/nasm/pkg-plist index 17cb1cdafac7..85f6d6c7f49c 100644 --- a/devel/nasm/pkg-plist +++ b/devel/nasm/pkg-plist @@ -2,8 +2,10 @@ bin/ldrdf bin/nasm bin/ndisasm bin/rdf2bin -@unexec rm -f %B/rdf2com %B/rdf2ith %B/rdf2ihx %B/rdf2srec -@exec for b in com ith ihx srec ; do ln -s %D/%F %B/rdf2$b ; done +bin/rdf2com +bin/rdf2ihx +bin/rdf2ith +bin/rdf2srec bin/rdfdump bin/rdflib bin/rdx |