diff options
author | asami <asami@FreeBSD.org> | 1998-06-26 01:18:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-26 01:18:40 +0000 |
commit | dee72f81887ecce2e4979f8d9c06e306438be89f (patch) | |
tree | 9c4d5d69c4fe53ec68b599ebc9aa09b91e327a81 /devel | |
parent | bc3efdd45452711a9ff3e2297c2f9756bb5eca54 (diff) | |
download | FreeBSD-ports-dee72f81887ecce2e4979f8d9c06e306438be89f.zip FreeBSD-ports-dee72f81887ecce2e4979f8d9c06e306438be89f.tar.gz |
Mark this port broken. It installs manpages in /usr/share/man/man/man1
(no that's not a typo).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/asl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/asl/Makefile b/devel/asl/Makefile index 962ce26..3759a88 100644 --- a/devel/asl/Makefile +++ b/devel/asl/Makefile @@ -3,7 +3,7 @@ # Date created: 18 June 1997 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.2 1997/07/14 07:45:30 tg Exp $ +# $Id: Makefile,v 1.3 1998/06/25 14:06:51 tg Exp $ # DISTNAME= asl-1.41r7 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= devel/lang/assemblers MAINTAINER= ports@FreeBSD.org +BROKEN= manpages + MAN1= asl.1 p2bin.1 p2hex.1 pbind.1 plist.1 post-extract: |