diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-04-29 22:18:10 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-04-29 22:18:10 +0800 |
commit | 335e52d5ccc09695e613aa1c422e7eafd8a84ab3 (patch) | |
tree | a575b384c3123b3110d5a1c3d08f1cfa698e86e1 /archivers | |
parent | c3d191c118a470e5b58def782cf9c5ae6f32b34e (diff) | |
download | freebsd-ports-gnome-335e52d5ccc09695e613aa1c422e7eafd8a84ab3.tar.gz freebsd-ports-gnome-335e52d5ccc09695e613aa1c422e7eafd8a84ab3.tar.zst freebsd-ports-gnome-335e52d5ccc09695e613aa1c422e7eafd8a84ab3.zip |
- Fix package list
- Bump PORTREVISION
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/tardy/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 1fab67936509..79c61d8a5aa3 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -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> |