mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
converters/xml2c: Remove unnecessary substitution
This commit is contained in:
parent
a16ba33b0a
commit
9915c8755e
@ -3,7 +3,7 @@ PORTVERSION= 20151019
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= converters
|
||||
MASTER_SITES= https://acme.com/software/xml2c/
|
||||
DISTNAME= ${PORTNAME}_19Oct2015
|
||||
DISTNAME= xml2c_19Oct2015
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Convert an XML file into C struct/string declarations
|
||||
@ -20,7 +20,7 @@ PLIST_FILES= bin/xml2c \
|
||||
share/man/man1/xml2c.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xml2c ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/xml2c.1 ${STAGEDIR}${PREFIX}/share/man/man1/xml2c.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xml2c ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/xml2c.1 ${STAGEDIR}${PREFIX}/share/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user