diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2018-11-29 14:10:20 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2018-11-29 14:10:20 +0000 |
| commit | 37efcf560e233645a2994137da5c140ed71b6582 (patch) | |
| tree | e6d1f1d89f4abf8139fe437f7333f943ebcf90db /textproc/asm-xml/files | |
| parent | Security update to version 11.5.1. (diff) | |
textproc/asm-xml: Update to 1.4
- Changelog: http://tibleiz.net/asm-xml/
- Change MASTER_SITES to project's homepage.
- DEFINE LICENSE & LICENSE_FILE.
- Use MK_PROFILE=no instead of NO_PROFILE= in a Makefile used to build this
piece of software on FreeBSD.
- Take over MAINTAINER'ship.
- Pet portlint.
Reviewed by: krion
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D18379
Notes
Notes:
svn path=/head/; revision=486174
Diffstat (limited to 'textproc/asm-xml/files')
| -rw-r--r-- | textproc/asm-xml/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/asm-xml/files/Makefile b/textproc/asm-xml/files/Makefile index adeef0fe52cc..0ee093e139a5 100644 --- a/textproc/asm-xml/files/Makefile +++ b/textproc/asm-xml/files/Makefile @@ -5,7 +5,7 @@ OBJS= src/elf.So INCS= include/asm-xml.h NO_PIC= -NO_PROFILE= +MK_PROFILE=no LIBDIR= ${PREFIX}/lib INCLUDEDIR= ${PREFIX}/include |
