summaryrefslogtreecommitdiff
path: root/misc/pinfo
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2002-12-01 16:25:56 +0000
committersalo <salo@pkgsrc.org>2002-12-01 16:25:56 +0000
commitf2a0c3d054b9559544bceb5b69df191caa2a8f3b (patch)
treebb4150dfdc571ca894c7717238e6978989cbf554 /misc/pinfo
parente51dc157648cd2f8e1d25173f2b42a0c3b0ed077 (diff)
downloadpkgsrc-f2a0c3d054b9559544bceb5b69df191caa2a8f3b.tar.gz
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'misc/pinfo')
-rw-r--r--misc/pinfo/Makefile3
-rw-r--r--misc/pinfo/PLIST12
2 files changed, 8 insertions, 7 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile
index 26f6b76a9af..73174e3430f 100644
--- a/misc/pinfo/Makefile
+++ b/misc/pinfo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/10/21 15:04:43 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2002/12/01 16:25:58 salo Exp $
#
DISTNAME= pinfo-0.6.1
@@ -12,6 +12,7 @@ COMMENT= Przemek's Info Viewer
BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CPPFLAGS= -DDFLT_INFOPATH='\"/usr/share/info:${X11BASE}/info:${LOCALBASE}/info:/usr/local/info\"'
diff --git a/misc/pinfo/PLIST b/misc/pinfo/PLIST
index da9258b3f6e..632d5d9c072 100644
--- a/misc/pinfo/PLIST
+++ b/misc/pinfo/PLIST
@@ -1,13 +1,13 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:34 seb Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/01 16:25:58 salo Exp $
bin/pinfo
@unexec ${INSTALL_INFO} --delete %D/info/pinfo.info %D/info/dir
info/pinfo.info
@exec ${INSTALL_INFO} %D/info/pinfo.info %D/info/dir
man/man1/pinfo.1
-share/locale/cs/LC_MESSAGES/pinfo.mo
-share/locale/de/LC_MESSAGES/pinfo.mo
-share/locale/pl/LC_MESSAGES/pinfo.mo
-share/locale/ru/LC_MESSAGES/pinfo.mo
-share/locale/sv/LC_MESSAGES/pinfo.mo
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/pinfo.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/pinfo.mo
+${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/pinfo.mo
+${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/pinfo.mo
+${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/pinfo.mo
share/examples/pinforc
@exec if [ ! -f %D/etc/pinforc ]; then cp %D/share/examples/pinforc %D/etc/; fi