1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Upgrade to 1.18.113.

Add @exec mkdir's to the PLIST to properly create empty dirs that a regular
install creates.
This commit is contained in:
Justin M. Seger 1998-04-11 02:29:16 +00:00
parent 58845303f4
commit 74207221a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10465
3 changed files with 10 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: zircon
# Version required: 1.18.109
# Version required: 1.18.113
# Date created: 19 Aug 1995
# Whom: jkh / pst
#
# $Id: Makefile,v 1.25 1998/02/24 21:43:48 jseger Exp $
# $Id: Makefile,v 1.26 1998/03/21 04:58:35 jseger Exp $
#
DISTNAME= zircon-1.18.109
DISTNAME= zircon-1.18.113
CATEGORIES= net tk80
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/

View File

@ -1 +1 @@
MD5 (zircon-1.18.109.tar.gz) = 443d2c2e85000aa38e9f17f63b1dee39
MD5 (zircon-1.18.113.tar.gz) = a8ab4ca74b1c27ae48fa9c8cbab5a57b

View File

@ -119,6 +119,12 @@ lib/zircon/plugins/NoticeOps/setup.tcl
lib/zircon/plugins/Sed/decrypt.tcl
lib/zircon/plugins/Sed/pkgIndex.tcl
lib/zircon/samples/zircon.ad
@exec mkdir -p %D/lib/zircon/help/Channels
@exec mkdir -p %D/lib/zircon/help/Servers
@exec mkdir -p %D/lib/zircon/help/Services
@exec mkdir -p %D/lib/zircon/help/Users
@exec mkdir -p %D/lib/zircon/scripts
@exec mkdir -p %D/lib/zircon/sounds
@dirrm lib/zircon/help/Zircon/Windows
@dirrm lib/zircon/help/Channels
@dirrm lib/zircon/help/Servers