diff options
author | Frederic Culot <culot@FreeBSD.org> | 2015-06-09 06:56:50 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2015-06-09 06:56:50 +0000 |
commit | 2342ea5e13e70822ed3c56311e496830007e8bfa (patch) | |
tree | a61a39abc54f25c42e3e2169d63abf0d14958fe3 | |
parent | 99fcd41c4f10be544e3b141882f8c5998dc5d546 (diff) | |
download | ports-2342ea5e13e70822ed3c56311e496830007e8bfa.tar.gz ports-2342ea5e13e70822ed3c56311e496830007e8bfa.zip |
- Reassign to the heap, on maintainer's request
PR: 200719
Submitted by: kpaasial@gmail.com (maintainer)
Notes
Notes:
svn path=/head/; revision=388898
-rw-r--r-- | devel/bin86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bin86/Makefile b/devel/bin86/Makefile index c8568b5b73f5..8d2eff28697d 100644 --- a/devel/bin86/Makefile +++ b/devel/bin86/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.16.19 CATEGORIES= devel MASTER_SITES= http://www.debath.co.uk/dev86/ -MAINTAINER= kpaasial@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= 16-bit assembler and loader OPTIONS_DEFINE= DOCS |