diff options
author | wiz <wiz> | 2000-08-16 00:07:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-16 00:07:32 +0000 |
commit | d3cbb5f87b9e34cdeecda7ee3176a815f572fe03 (patch) | |
tree | ecb6ec9ddd812867be9fbb28aba38fce52692ca9 | |
parent | 0f607bf12c15b99be2b4fe58a9ba44fbe9ca18a3 (diff) | |
download | pkgsrc-d3cbb5f87b9e34cdeecda7ee3176a815f572fe03.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL. Sort PLIST.
-rw-r--r-- | cad/oregano/Makefile | 4 | ||||
-rw-r--r-- | cad/oregano/pkg/PLIST | 16 |
2 files changed, 10 insertions, 10 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index 3a029c327c3..15e72166082 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:16 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/16 00:07:32 wiz Exp $ # DISTNAME= oregano-0.11 @@ -14,7 +14,7 @@ DEPENDS+= libglade-*:../../devel/libglade GNU_CONFIGURE= YES USE_X11BASE= YES -USE_PKGLIBTOOL= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" diff --git a/cad/oregano/pkg/PLIST b/cad/oregano/pkg/PLIST index 046a088c6a8..7bb148ca77e 100644 --- a/cad/oregano/pkg/PLIST +++ b/cad/oregano/pkg/PLIST @@ -1,20 +1,20 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/16 20:56:05 rh Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/08/16 00:07:32 wiz Exp $ bin/oregano bin/oregano-convert -share/locale/sv/LC_MESSAGES/oregano.mo -share/locale/it/LC_MESSAGES/oregano.mo -share/pixmaps/gnome-oregano.png -share/gnome/help/oregano/C/topic.dat -share/gnome/help/oregano/C/oregano.html +share/gnome/apps/Applications/oregano.desktop share/gnome/help/oregano/C/editing.html +share/gnome/help/oregano/C/oregano.html share/gnome/help/oregano/C/simulation.html -share/gnome/apps/Applications/oregano.desktop +share/gnome/help/oregano/C/topic.dat +share/locale/it/LC_MESSAGES/oregano.mo +share/locale/sv/LC_MESSAGES/oregano.mo share/mime-info/oregano.keys share/mime-info/oregano.mime +share/oregano/default.oreglib share/oregano/glade/part-browser.glade share/oregano/glade/settings.glade share/oregano/glade/sim-settings.glade -share/oregano/default.oreglib +share/pixmaps/gnome-oregano.png @dirrm share/gnome/help/oregano/C @dirrm share/gnome/help/oregano @dirrm share/oregano/glade |