diff options
author | asami <asami@FreeBSD.org> | 1998-08-18 04:54:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-18 04:54:51 +0800 |
commit | 201bdd7c75ebfbc8c14ccdebb75b112ec26ef6b9 (patch) | |
tree | 019babb6fbed818e8ae74595ff1e05e2e3bfaabe /sysutils | |
parent | 80b42a1609165028e1895492ca007105eb217c17 (diff) | |
download | freebsd-ports-graphics-201bdd7c75ebfbc8c14ccdebb75b112ec26ef6b9.tar.gz freebsd-ports-graphics-201bdd7c75ebfbc8c14ccdebb75b112ec26ef6b9.tar.zst freebsd-ports-graphics-201bdd7c75ebfbc8c14ccdebb75b112ec26ef6b9.zip |
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).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/asrpages/Makefile | 4 | ||||
-rw-r--r-- | sysutils/asrpages/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/asrpages/Makefile b/sysutils/asrpages/Makefile index a5cc7e993fb..4b635f00da9 100644 --- a/sysutils/asrpages/Makefile +++ b/sysutils/asrpages/Makefile @@ -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 diff --git a/sysutils/asrpages/pkg-plist b/sysutils/asrpages/pkg-plist new file mode 100644 index 00000000000..d1b5fd3b52a --- /dev/null +++ b/sysutils/asrpages/pkg-plist @@ -0,0 +1,2 @@ +@comment This file intentionally left empty (all installed files are +@comment manpages and they are listed in Makefile) |