Skip to content

Commit

Permalink
fix man
Browse files Browse the repository at this point in the history
  • Loading branch information
marcespie committed Sep 5, 2005
1 parent 96f5793 commit 9abb1eb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions productivity/tdl/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
14 changes: 7 additions & 7 deletions productivity/tdl/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions sysutils/stat/Makefile
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>

COMMENT= "print inode contents"

DISTNAME= stat-1.3
PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils
MASTER_SITES= http://people.freebsd.org/~wosch/src/

Expand All @@ -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>
4 changes: 2 additions & 2 deletions sysutils/stat/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9abb1eb

Please sign in to comment.