some cleanup, from Xavier Santolaria <xavier@santolaria.net>
This commit is contained in:
parent
a4228a753a
commit
d13ef11871
@ -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)"
|
COMMENT= "SNPP client/server (alphanum pager software)"
|
||||||
|
|
||||||
@ -16,13 +16,12 @@ CONFIGURE_STYLE=gnu
|
|||||||
|
|
||||||
NO_REGRESS= Yes
|
NO_REGRESS= Yes
|
||||||
|
|
||||||
pre-install:
|
|
||||||
@mv ${WRKSRC}/example.cf ${WRKSRC}/example-qpage.cf
|
|
||||||
@mv ${WRKSRC}/qpage.man ${WRKSRC}/qpage.1
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/qpage ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/qpage ${PREFIX}/bin
|
||||||
${INSTALL_MAN} ${WRKSRC}/qpage.1 ${PREFIX}/man/man1
|
${INSTALL_MAN} ${WRKSRC}/qpage.man \
|
||||||
${INSTALL_DATA} ${WRKSRC}/example-qpage.cf ${PREFIX}/share
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
@ -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
|
||||||
|
+---------------
|
||||||
|
@ -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
|
bin/qpage
|
||||||
man/man1/qpage.1
|
man/man1/qpage.1
|
||||||
share/example-qpage.cf
|
share/examples/qpage/qpage.cf
|
||||||
|
@dirrm share/examples/qpage
|
||||||
|
Loading…
Reference in New Issue
Block a user