Adding a man for xxmp

This commit is contained in:
rohee 1999-03-29 18:05:51 +00:00
parent c5da3b68df
commit 26a2f3ec80
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 1998/10/08 23:50:23 marc Exp $
# $OpenBSD: Makefile,v 1.3 1999/03/29 18:05:51 rohee Exp $
#
DISTNAME= xmp-1.1.5
@ -18,5 +18,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/main/xmp ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/main/xxmp ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/docs/xmp.1 ${MANPREFIX}/man/man1
${LN} ${MANPREFIX}/man/man1/xmp.1 ${MANPREFIX}/man/man1/xxmp.1
.include <bsd.port.mk>

View File

@ -1,3 +1,4 @@
bin/xmp
bin/xxmp
man/man1/xmp.1
man/man1/xxmp.1