some cleanup, from Xavier Santolaria <xavier@santolaria.net>

This commit is contained in:
naddy 2003-10-23 00:33:44 +00:00
parent a4228a753a
commit d13ef11871
3 changed files with 15 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2002/12/23 00:37:50 pvalchev Exp $
# $OpenBSD: Makefile,v 1.15 2003/10/23 00:33:44 naddy Exp $
COMMENT= "SNPP client/server (alphanum pager software)"
@ -16,13 +16,12 @@ CONFIGURE_STYLE=gnu
NO_REGRESS= Yes
pre-install:
@mv ${WRKSRC}/example.cf ${WRKSRC}/example-qpage.cf
@mv ${WRKSRC}/qpage.man ${WRKSRC}/qpage.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qpage ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/qpage.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/example-qpage.cf ${PREFIX}/share
${INSTALL_MAN} ${WRKSRC}/qpage.man \
${PREFIX}/man/man1/qpage.1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/qpage
${INSTALL_DATA} ${WRKSRC}/example.cf \
${PREFIX}/share/examples/qpage/qpage.cf
.include <bsd.port.mk>

View File

@ -1,2 +1,6 @@
* See example-qpage.cf in /usr/local/share for a sample configuration file *
* Make sure you have the qpage.cf file in /etc directory *
+---------------
| See qpage.cf in ${PREFIX}/share/examples/qpage for a sample
| configuration file.
|
| Make sure you have the qpage.cf file in the /etc directory
+---------------

View File

@ -1,4 +1,5 @@
@comment $OpenBSD: PLIST,v 1.3 2002/04/07 01:54:48 naddy Exp $
@comment $OpenBSD: PLIST,v 1.4 2003/10/23 00:33:45 naddy Exp $
bin/qpage
man/man1/qpage.1
share/example-qpage.cf
share/examples/qpage/qpage.cf
@dirrm share/examples/qpage