diff options
author | salo <salo@pkgsrc.org> | 2002-11-30 12:22:02 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-30 12:22:02 +0000 |
commit | 1b437da67492b797216f4dd75e98876f9971b4a7 (patch) | |
tree | 2bdc07c75780aafb5b76cd202569521f7ca06936 | |
parent | 26114542cddd4095532c000563a3282116b41f8b (diff) | |
download | pkgsrc-1b437da67492b797216f4dd75e98876f9971b4a7.tar.gz |
USE_PKGLOCALEDIR.
-rw-r--r-- | cad/oregano/Makefile | 3 | ||||
-rw-r--r-- | cad/oregano/PLIST | 12 |
2 files changed, 8 insertions, 7 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile index fc5d5248d96..f277183b091 100644 --- a/cad/oregano/Makefile +++ b/cad/oregano/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/09/21 23:47:25 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2002/11/30 12:22:02 salo Exp $ # DISTNAME= oregano-0.20 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.dtek.chalmers.se/~d4hult/oregano/ COMMENT= application for schematic capture/simulation of electrical circuits USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/cad/oregano/PLIST b/cad/oregano/PLIST index 2e80a2fc70e..14dc490f585 100644 --- a/cad/oregano/PLIST +++ b/cad/oregano/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:48:57 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/11/30 12:22:02 salo Exp $ bin/oregano bin/pspice2oregano share/gnome/apps/Applications/oregano.desktop @@ -6,11 +6,11 @@ share/gnome/help/oregano/C/editing.html share/gnome/help/oregano/C/oregano.html share/gnome/help/oregano/C/simulation.html share/gnome/help/oregano/C/topic.dat -share/locale/de/LC_MESSAGES/oregano.mo -share/locale/fr/LC_MESSAGES/oregano.mo -share/locale/it/LC_MESSAGES/oregano.mo -share/locale/ja/LC_MESSAGES/oregano.mo -share/locale/sv/LC_MESSAGES/oregano.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/oregano.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/oregano.mo +${PKGLOCALEDIR}/locale/it/LC_MESSAGES/oregano.mo +${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/oregano.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/oregano.mo share/mime-info/oregano.keys share/mime-info/oregano.mime share/oregano/glade/part-browser.glade |