This commit is contained in:
espie 2005-09-05 13:25:55 +00:00
parent d814d7705f
commit 0677239586
4 changed files with 14 additions and 13 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2005/08/09 18:50:45 naddy Exp $
# $OpenBSD: Makefile,v 1.3 2005/09/05 13:27:40 espie Exp $
COMMENT= "to-do list manager"
DISTNAME= tdl-1.5.2
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= productivity
MASTER_SITES= http://www.rpcurnow.force9.co.uk/tdl/

View File

@ -1,12 +1,12 @@
@comment $OpenBSD: PLIST,v 1.2 2005/08/09 18:50:45 naddy Exp $
@comment $OpenBSD: PLIST,v 1.3 2005/09/05 13:27:40 espie Exp $
@conflict devtodo-*
bin/tdl
bin/tdla
bin/tdll
bin/tdld
bin/tdlg
man/man1/tdl.1
man/man1/tdla.1
man/man1/tdll.1
man/man1/tdld.1
man/man1/tdlg.1
bin/tdll
@man man/man1/tdl.1
@man man/man1/tdla.1
@man man/man1/tdld.1
@man man/man1/tdlg.1
@man man/man1/tdll.1

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.13 2004/12/20 10:35:36 alek Exp $
# $OpenBSD: Makefile,v 1.14 2005/09/05 13:25:55 espie Exp $
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
COMMENT= "print inode contents"
DISTNAME= stat-1.3
PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~wosch/src/
@ -15,6 +16,6 @@ WANTLIB= c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stat ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/stat.cat1 ${PREFIX}/man/man1/stat.0
${INSTALL_MAN} ${WRKSRC}/stat.cat1 ${PREFIX}/man/cat1/stat.0
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PLIST,v 1.4 2002/04/07 01:54:53 naddy Exp $
@comment $OpenBSD: PLIST,v 1.5 2005/09/05 13:25:55 espie Exp $
bin/stat
man/man1/stat.0
@man man/cat1/stat.0