diff options
Diffstat (limited to 'misc/ondir')
-rw-r--r-- | misc/ondir/Makefile | 12 | ||||
-rw-r--r-- | misc/ondir/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/ondir/Makefile b/misc/ondir/Makefile index 1bc0883a8a81..2af0b1df0b6d 100644 --- a/misc/ondir/Makefile +++ b/misc/ondir/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: ondir -# Date created: 2010-01-24 -# Whom: ports@c0decafe.net <ports@c0decafe.net> -# +# Created by: ports@c0decafe.net <ports@c0decafe.net> # $FreeBSD$ -# PORTNAME= ondir -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= misc MASTER_SITES= http://swapoff.org/files/${PORTNAME}/ @@ -20,4 +16,8 @@ MANCOMPRESSED= no PLIST_FILES= bin/${PORTNAME} +do-install: + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + .include <bsd.port.mk> diff --git a/misc/ondir/distinfo b/misc/ondir/distinfo index 18ee39a5ce6b..5c8aaff4e687 100644 --- a/misc/ondir/distinfo +++ b/misc/ondir/distinfo @@ -1,2 +1,2 @@ -SHA256 (ondir-0.2.2.tar.gz) = 475fe7bd447756b4effde87c8aa67e063d805b775785b9f39858422dc244aef2 -SIZE (ondir-0.2.2.tar.gz) = 20138 +SHA256 (ondir-0.2.3.tar.gz) = 504a677e5b7c47c907f478d00f52c8ea629f2bf0d9134ac2a3bf0bbe64157ba3 +SIZE (ondir-0.2.3.tar.gz) = 17820 |