diff options
author | salo <salo> | 2002-11-30 12:22:02 +0000 |
---|---|---|
committer | salo <salo> | 2002-11-30 12:22:02 +0000 |
commit | c750a73ef1e6729255e79756dbb6b9e484f45819 (patch) | |
tree | 2bdc07c75780aafb5b76cd202569521f7ca06936 /cad | |
parent | 01fe08a93aaa2e8abf22ee0a942422c69a097e22 (diff) | |
download | pkgsrc-c750a73ef1e6729255e79756dbb6b9e484f45819.tar.gz |
USE_PKGLOCALEDIR.
Diffstat (limited to 'cad')
-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 |