summaryrefslogtreecommitdiff
path: root/databases/gbib
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-17 19:21:34 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-17 19:21:34 +0000
commit924d4f201c15ae0677dade2ac448c179a7918c35 (patch)
treec7988aa1886b8127895b89f01e4d2470254312ad /databases/gbib
parent* Fix the locale dir [1] (diff)
- Fix build
PR: 55663 Submitted by: Ports Fury Reported by: kris via bento
Notes
Notes: svn path=/head/; revision=87142
Diffstat (limited to 'databases/gbib')
-rw-r--r--databases/gbib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/gbib/Makefile b/databases/gbib/Makefile
index 20146987209e..26d8d7d73a5c 100644
--- a/databases/gbib/Makefile
+++ b/databases/gbib/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gbib
PORTVERSION= 0.1.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases editors gnome
MASTER_SITES= ftp://ftp.seul.org/pub/gbib/src/ \
http://www.unixpages.org/distfiles/
@@ -41,7 +41,8 @@ post-patch:
's|CXXFLAGS = -g|CXXFLAGS = @CXXFLAGS@|g ; \
s|^exec_prefix =.*$$|exec_prefix = @exec_prefix@|g ; \
s|^datadir =.*$$|datadir = @datadir@|g ; \
- s|^localedir =.*$$|localedir = $$(prefix)/share/locale|g'
+ s|^localedir =.*$$|localedir = $$(prefix)/share/locale|g ; \
+ s|^gnulocaledir =.*$$|gnulocaledir = $$(prefix)/share/locale|g'
post-install:
@${CAT} ${PKGMESSAGE}