diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-17 20:54:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-17 20:54:51 +0000 |
commit | c0702d86b7a68fea360d83ea4f8e03003ddafb30 (patch) | |
tree | 8828bfad337afadeb61f8b83a788f99588f49449 /sysutils/asrpages | |
parent | 380976ef1f52c0d6710684b6cfcf5f28d684bf21 (diff) | |
download | ports-c0702d86b7a68fea360d83ea4f8e03003ddafb30.tar.gz ports-c0702d86b7a68fea360d83ea4f8e03003ddafb30.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).
Notes
Notes:
svn path=/head/; revision=12592
Diffstat (limited to 'sysutils/asrpages')
-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 a5cc7e993fb8..4b635f00da93 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 000000000000..d1b5fd3b52a7 --- /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) |