diff options
author | hasso <hasso@pkgsrc.org> | 2009-08-11 19:41:43 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-08-11 19:41:43 +0000 |
commit | 473c6aba56e88f8451626fc2e7a7f5e0f7d36371 (patch) | |
tree | a2c95f230f8263ae377ab82c513e23dc418f776b /comms | |
parent | 0bea781f235dff2eba1849455c6a8e28df34566e (diff) | |
download | pkgsrc-473c6aba56e88f8451626fc2e7a7f5e0f7d36371.tar.gz |
Fix PLIST for platforms !NetBSD. Bump PKGREVISION.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/xtel/Makefile | 4 | ||||
-rw-r--r-- | comms/xtel/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/comms/xtel/Makefile b/comms/xtel/Makefile index 61206edfa95..5cac581cd49 100644 --- a/comms/xtel/Makefile +++ b/comms/xtel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2009/02/07 22:06:06 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2009/08/11 19:41:43 hasso Exp $ # DISTNAME= xtel-3.3.0 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= comms x11 MASTER_SITES= http://pficheux.free.fr/xtel/download/ diff --git a/comms/xtel/PLIST b/comms/xtel/PLIST index 40e93bd6f05..588c7ddb98a 100644 --- a/comms/xtel/PLIST +++ b/comms/xtel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:38:43 joerg Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/08/11 19:41:43 hasso Exp $ bin/install_iminitel bin/make_xtel_lignes bin/mdmdetect @@ -31,8 +31,8 @@ lib/X11/xtel/connect_iminitel lib/X11/xtel/modem.list lib/X11/xtel/xtel.lignes lib/X11/xtel/xtel.services -man/cat1/xtel.0 -man/cat1/xteld.0 +${IMAKE_MAN_DIR}/xtel.${IMAKE_MANNEWSUFFIX} +${IMAKE_MAN_DIR}/xteld.${IMAKE_MANNEWSUFFIX} share/examples/xtel/chat-iminitel share/examples/xtel/ip-down.iminitel share/examples/xtel/ip-up.iminitel |