diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 08:48:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 08:48:29 +0000 |
commit | ef90f616b05ef91942466f915f6b5ea0f07747db (patch) | |
tree | feb4583d2d02a85d67bd70a748555f84cf4d1b25 /comms | |
parent | 04a340f14c53b1bd3a6060b6adf1a063dfd25bc5 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/qpage/Makefile | 8 | ||||
-rw-r--r-- | comms/qpage/files/patch-config.h.in | 11 | ||||
-rw-r--r-- | comms/qpage/files/patch-config.input | 20 | ||||
-rw-r--r-- | comms/qpage/files/patch-qpage.man | 11 |
4 files changed, 50 insertions, 0 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index 60922993b28c..f326a3f6cf23 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -7,6 +7,7 @@ PORTNAME= qpage PORTVERSION= 3.3 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= http://www.qpage.org/download/ EXTRACT_SUFX= .tar.Z @@ -15,9 +16,16 @@ MAINTAINER= ports@FreeBSD.org COMMENT= SNPP client/server for sending messages to an alphanumeric pager GNU_CONFIGURE= yes +USE_REINPLACE= yes MAN1= qpage.1 +post-patch: + ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ + ${WRKSRC}/qpage.man \ + ${WRKSRC}/config.input \ + ${WRKSRC}/config.h.in + post-install: @if [ ! -f ${PREFIX}/etc/rc.d/qpage.sh ]; then \ ${ECHO_MSG} "Install ${PREFIX}/etc/rc.d/qpage.sh startup file."; \ diff --git a/comms/qpage/files/patch-config.h.in b/comms/qpage/files/patch-config.h.in new file mode 100644 index 000000000000..0ef2db19f858 --- /dev/null +++ b/comms/qpage/files/patch-config.h.in @@ -0,0 +1,11 @@ +--- config.h.in.orig Sat Jan 10 00:42:55 2004 ++++ config.h.in Sat Jan 10 00:43:14 2004 +@@ -17,7 +17,7 @@ + #undef SNPP_SERVER_FILE + + /* Define as the location of the qpage configuration file. */ +-#define QPAGE_CONFIG "/etc/qpage.cf" ++#define QPAGE_CONFIG "%%PREFIX%%/etc/qpage.cf" + + /* Define as the location of the lock directory. */ + #undef DEFAULT_LOCKDIR diff --git a/comms/qpage/files/patch-config.input b/comms/qpage/files/patch-config.input new file mode 100644 index 000000000000..00e48e4a485f --- /dev/null +++ b/comms/qpage/files/patch-config.input @@ -0,0 +1,20 @@ +--- config.input.orig Sat Jan 10 00:43:26 2004 ++++ config.input Sat Jan 10 00:44:05 2004 +@@ -20,7 +20,7 @@ + # See the QuickPage documentation for complete details about + # the syntax of the configuration file. + # +-QPAGE_CONFIG="/etc/qpage.cf" ++QPAGE_CONFIG="%%PREFIX%%/etc/qpage.cf" + + + # +@@ -41,7 +41,7 @@ + # copies of the configuration file. Only one filename + # may be specified. + # +-SNPP_SERVER_FILE="/etc/qpage.servers" ++SNPP_SERVER_FILE="%%PREFIX%%/etc/qpage.servers" + + + # diff --git a/comms/qpage/files/patch-qpage.man b/comms/qpage/files/patch-qpage.man new file mode 100644 index 000000000000..19e11ba81a58 --- /dev/null +++ b/comms/qpage/files/patch-qpage.man @@ -0,0 +1,11 @@ +--- qpage.man.orig Sat Jan 10 00:44:16 2004 ++++ qpage.man Sat Jan 10 00:44:47 2004 +@@ -867,7 +867,7 @@ + must be able to detect when it's safe to send dial commands to the modem. + .LP + .SH FILES +-/etc/qpage.cf ++%%PREFIX%%/etc/qpage.cf + .SH SEE ALSO + .B RFC-1861 + .SH KNOWN BUGS |