Fix installation and fake.

This commit is contained in:
angelos 2000-06-14 22:22:28 +00:00
parent 69f5e971b5
commit 1f989b0864
5 changed files with 13 additions and 13 deletions

View File

@ -1,11 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2000/04/09 17:36:12 espie Exp $
BROKEN= "installs files into /usr/local/etc"
# $OpenBSD: Makefile,v 1.11 2000/06/14 22:22:28 angelos Exp $
DISTNAME= xcept-2.1.2
CATEGORIES= comms
NEED_VERSION= 1.191
FAKE=No
MAINTAINER= ports@openbsd.org

View File

@ -22,9 +22,10 @@
-BINDIR= /usr/local/bin# directory for the executable ceptd
-MANDIR= /usr/local/man/manl# directory for the ceptds manpage
+BINDIR= /usr/local/libexec# directory for the executable ceptd
+MANDIR= /usr/local/man/man8# directory for the ceptds manpage
ETCDIR= /usr/local/etc# directory for 'init file' and 'users file'
-ETCDIR= /usr/local/etc# directory for 'init file' and 'users file'
+BINDIR= ${PREFIX}/libexec# directory for the executable ceptd
+MANDIR= ${PREFIX}/man/man8# directory for the ceptds manpage
+ETCDIR= ${PREFIX}/etc# directory for 'init file' and 'users file'
# defaults for the ceptd :

View File

@ -1,7 +1,7 @@
--- /dev/null Sun Sep 1 12:14:31 1996
+++ etc/Makefile Sun Sep 1 14:38:51 1996
@@ -0,0 +1,10 @@
+DESTDIR = /usr/local/etc
@@ -0,0 +1,11 @@
+DESTDIR = ${PREFIX}/etc
+MODE= 644
+OWNER= root
+GROUP= bin
@ -9,6 +9,7 @@
+all:
+
+install:
+ mkdir -p ${DESTDIR}
+ ${INSTALL} -c -m ${MODE} -o ${OWNER} -g ${GROUP} init.cept ${DESTDIR}/cept.init
+ ${INSTALL} -c -m ${MODE} -o ${OWNER} -g ${GROUP} users.cept ${DESTDIR}/cept.users
--- etc/init.cept.orig Tue Jun 28 16:09:20 1994

View File

@ -7,7 +7,7 @@
+SCRIPTS = ascii.xcept Bundesbahn.xcept DeutscheBank-Kontoauszug.xcept \
+ on-off.xcept popup.xcept Sparkasse.xcept \
+ ZDF.xcept client-mode xcept.pl ZDF.pl
+DEST = /usr/local/lib/xcept
+DEST = ${PREFIX}/lib/xcept
+
+all:
+

View File

@ -5,7 +5,7 @@
# overridden by enironment variable XCEPTSCRIPTS or by command line
# option '-S').
-SCRIPTSDIR = /usr/local/btx
+SCRIPTSDIR = /usr/local/lib/xcept
+SCRIPTSDIR = ${PREFIX}/lib/xcept
#define compiler and X11 include+library pathes
@ -24,9 +24,10 @@
-MODE = 755
+GROUP = bin
+BINMODE = 755
BINDIR = /usr/local/bin
-BINDIR = /usr/local/bin
-MANDIR = /usr/local/man/manl
+MANDIR = /usr/local/man/man1
+BINDIR = ${PREFIX}/bin
+MANDIR = ${PREFIX}/man/man1
+MANMODE = 644
+.ifdef NOMANCOMPRESS