1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Clean up.

This commit is contained in:
David E. O'Brien 2001-06-24 20:56:38 +00:00
parent 490a0c3aca
commit 9874bdd362
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44394
2 changed files with 10 additions and 25 deletions

View File

@ -6,33 +6,22 @@
# $FreeBSD$
#
PORTNAME= hexedit
PORTVERSION= 1.2.1
CATEGORIES= editors
MASTER_SITES= http://www.chez.com/prigaux/ \
${MASTER_SITE_SUNSITE}
PORTNAME= hexedit
PORTVERSION= 1.2.1
CATEGORIES= editors
MASTER_SITES= http://www.chez.com/prigaux/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file/hex
EXTRACT_SUFX= .src.tgz
EXTRACT_SUFX= .src.tgz
MAINTAINER= obrien@FreeBSD.org
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
ALL_TARGET=
WRKSRC= ${WRKDIR}/hexedit
MAN1= hexedit.1
WRKSRC= ${WRKDIR}/${DISTNAME:S/-${PORTVERSION}//}
GNU_CONFIGURE= yes
MAN1= hexedit.1
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/hexedit
.for file in COPYING Changes TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1,6 +1,2 @@
@comment $FreeBSD$
bin/hexedit
share/doc/hexedit/COPYING
share/doc/hexedit/Changes
share/doc/hexedit/TODO
@dirrm share/doc/hexedit