1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Fix package list

- Bump PORTREVISION
This commit is contained in:
Emanuel Haupt 2008-04-29 14:18:10 +00:00
parent 16c8a546e8
commit c7821ab4c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212257

View File

@ -7,6 +7,7 @@
PORTNAME= tardy
PORTVERSION= 1.16
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -26,4 +27,8 @@ post-patch:
${WRKSRC}/Makefile.in
.endfor
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man1/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>