diff options
author | cs <cs@FreeBSD.org> | 2013-03-30 03:33:41 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-03-30 03:33:41 +0800 |
commit | b1c865fef3388507fea529eee1e52c5983368769 (patch) | |
tree | 56a7cc7e21781385ea74f4d32262386371d62b78 /security/dissembler | |
parent | 4fce267358e6d5570fcfb9b112a11507449a2f80 (diff) | |
download | freebsd-ports-graphics-b1c865fef3388507fea529eee1e52c5983368769.tar.gz freebsd-ports-graphics-b1c865fef3388507fea529eee1e52c5983368769.tar.zst freebsd-ports-graphics-b1c865fef3388507fea529eee1e52c5983368769.zip |
- Remove A/An in COMMENT
- Trim Header where applicable
Diffstat (limited to 'security/dissembler')
-rw-r--r-- | security/dissembler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/dissembler/Makefile b/security/dissembler/Makefile index 63c5cf07350..83af0f2711f 100644 --- a/security/dissembler/Makefile +++ b/security/dissembler/Makefile @@ -9,7 +9,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= onatan@gmail.com -COMMENT= A tool that polymorphs bytecode to a printable ASCII string +COMMENT= Tool that polymorphs bytecode to a printable ASCII string WRKSRC= ${WRKDIR}/${DISTNAME} PLIST_FILES=bin/${PORTNAME} |