fix PLIST problem. include files go in -devel. noticed by Roland Kuebert
in -stable testing.
This commit is contained in:
parent
c7de529526
commit
37202fdec0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.90 2005/09/26 21:04:48 kurt Exp $
|
||||
# $OpenBSD: Makefile,v 1.91 2005/10/03 19:28:25 kurt Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386 sparc sparc64 amd64 powerpc
|
||||
|
||||
@ -7,8 +7,8 @@ COMMENT-devel= "devel files for Gecko"
|
||||
|
||||
VER= 1.7.12
|
||||
DISTNAME= mozilla
|
||||
PKGNAME= mozilla-${VER}
|
||||
PKGNAME-devel= mozilla-devel-${VER}
|
||||
PKGNAME= mozilla-${VER}p0
|
||||
PKGNAME-devel= mozilla-devel-${VER}p0
|
||||
DISTFILES= mozilla-${VER}-source.tar.bz2
|
||||
SO_VERSION= 5.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.33 2005/09/22 17:00:24 kurt Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.34 2005/10/03 19:28:25 kurt Exp $
|
||||
%%SHARED%%
|
||||
bin/mozilla
|
||||
lib/pkgconfig/
|
||||
@ -569,7 +569,6 @@ mozilla/greprefs/all.js
|
||||
mozilla/greprefs/non-shared.txt
|
||||
mozilla/greprefs/security-prefs.js
|
||||
mozilla/greprefs/xpinstall.js
|
||||
mozilla/include/dom/nsIDOMNSEventTarget.h
|
||||
mozilla/lib/libgfxft2_s.a
|
||||
mozilla/mozilla-bin
|
||||
mozilla/mozilla-config
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-devel,v 1.12 2005/09/22 17:00:24 kurt Exp $
|
||||
@comment $OpenBSD: PLIST-devel,v 1.13 2005/10/03 19:28:25 kurt Exp $
|
||||
%%SHARED%%
|
||||
lib/pkgconfig/mozilla-gtkmozembed.pc
|
||||
lib/pkgconfig/mozilla-js.pc
|
||||
@ -490,6 +490,7 @@ mozilla/include/dom/nsIDOMMutationEvent.h
|
||||
mozilla/include/dom/nsIDOMMutationListener.h
|
||||
mozilla/include/dom/nsIDOMNSDocument.h
|
||||
mozilla/include/dom/nsIDOMNSEvent.h
|
||||
mozilla/include/dom/nsIDOMNSEventTarget.h
|
||||
mozilla/include/dom/nsIDOMNSHTMLAnchorElement.h
|
||||
mozilla/include/dom/nsIDOMNSHTMLAreaElement.h
|
||||
mozilla/include/dom/nsIDOMNSHTMLButtonElement.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user