- don't install jay.1 into share/man/man1
This commit is contained in:
parent
a1cc1ac5c5
commit
70c65b3d12
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/10/17 09:07:12 robert Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/10/24 07:06:01 jasper Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
COMMENT= cross platform, open source .NET developement framework
|
||||
|
||||
DISTNAME= mono-2.0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= lang devel
|
||||
SHARED_LIBS= mono-profiler-aot 0.0 \
|
||||
mono-profiler-cov 0.0 \
|
||||
|
18
lang/mono/patches/patch-mcs_jay_Makefile
Normal file
18
lang/mono/patches/patch-mcs_jay_Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
$OpenBSD: patch-mcs_jay_Makefile,v 1.1 2008/10/24 07:06:01 jasper Exp $
|
||||
--- mcs/jay/Makefile.orig Thu Oct 23 00:31:57 2008
|
||||
+++ mcs/jay/Makefile Thu Oct 23 00:32:10 2008
|
||||
@@ -21,12 +21,12 @@ ifndef NO_INSTALL
|
||||
install-local:
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(prefix)/bin
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(prefix)/share/jay
|
||||
- $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/share/man/man1
|
||||
+ $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/man/man1
|
||||
$(INSTALL_BIN) jay $(DESTDIR)$(prefix)/bin
|
||||
for datafile in $(datafiles) ; do \
|
||||
$(INSTALL_DATA) $$datafile $(DESTDIR)$(prefix)/share/jay ; \
|
||||
done
|
||||
- $(INSTALL_DATA) jay.1 $(DESTDIR)$(prefix)/share/man/man1
|
||||
+ $(INSTALL_DATA) jay.1 $(DESTDIR)$(prefix)/man/man1
|
||||
|
||||
uninstall-local:
|
||||
-rm -f $(DESTDIR)$(prefix)/bin/jay
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/10/17 09:07:13 robert Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2008/10/24 07:06:01 jasper Exp $
|
||||
%%SHARED%%
|
||||
bin/al
|
||||
bin/al1
|
||||
@ -943,6 +943,7 @@ lib/pkgconfig/smcs.pc
|
||||
@man man/man1/genxs.1
|
||||
@man man/man1/httpcfg.1
|
||||
@man man/man1/ilasm.1
|
||||
@man man/man1/jay.1
|
||||
@man man/man1/macpack.1
|
||||
@man man/man1/makecert.1
|
||||
@man man/man1/mconfig.1
|
||||
@ -1000,9 +1001,6 @@ share/jay/README
|
||||
share/jay/README.jay
|
||||
share/jay/skeleton
|
||||
share/jay/skeleton.cs
|
||||
share/man/
|
||||
share/man/man1/
|
||||
@man share/man/man1/jay.1
|
||||
share/mono-1.0/
|
||||
share/mono-1.0/mono/
|
||||
share/mono-1.0/mono/cil/
|
||||
|
Loading…
Reference in New Issue
Block a user