1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Um, nothing is broken here. If a PLIST becomes empty (because of

manpage removal in this case, but it applies to any empty PLIST), an
*empty PLIST* should be added.  It has always been this way (see
x11/kde, for example).
This commit is contained in:
Satoshi Asami 1998-08-17 20:54:51 +00:00
parent 380976ef1f
commit c0702d86b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12592
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# Date created: 6 Nov 1997
# Whom: Sheldon Hearn <axl@iafrica.com>
#
# $Id: Makefile,v 1.2 1997/11/15 10:58:56 asami Exp $
# $Id: Makefile,v 1.3 1998/08/17 16:27:40 obrien Exp $
#
DISTNAME= asrpages
@ -14,8 +14,6 @@ DISTFILES= asr.pages.tar
MAINTAINER= axl@iafrica.com
BROKEN= "by rev 1.227.2.46 of bsd.port.mk"
EXTRACT_ARGS= -xf
NO_WRKSUBDIR= yes
NO_BUILD= yes

View File

@ -0,0 +1,2 @@
@comment This file intentionally left empty (all installed files are
@comment manpages and they are listed in Makefile)