1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Unbreak this port.

This commit is contained in:
Steve Price 1998-08-30 15:41:28 +00:00
parent 16a9225496
commit 98a9acb2ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12926
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# Date created: 02 Aug 1997
# Whom: joes@seaport.net
#
# $Id: Makefile,v 1.3 1998/06/04 03:54:35 vanilla Exp $
# $Id: Makefile,v 1.4 1998/08/20 17:45:23 jseger Exp $
#
DISTNAME= qpage-3.2
@ -13,8 +13,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= joes@seaport.net
BROKEN= checksum
MAN1= qpage.1
post-install:

View File

@ -1 +1 @@
MD5 (qpage-3.2.tar.Z) = 9716c9d07a504b301788a22eaaf2aa80
MD5 (qpage-3.2.tar.Z) = eaf961a482bb0e7e305a6e89d622b1e0

View File

@ -1,3 +1,5 @@
bin/qpage
etc/example-qpage.cf
etc/rc.d/qpage.sh
@exec if [ ! -d /var/spool/qpage ]; then mkdir /var/spool/qpage; chown root.dialer /var/spool/qpage; chmod 0775 /var/spool/qpage; fi
@unexec if [ -d /var/spool/qpage ]; then rm -rf /var/spool/qpage; fi