summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2002-01-16 15:37:09 +0000
committerjwise <jwise@pkgsrc.org>2002-01-16 15:37:09 +0000
commit8f9fed5e73cd46853b5ca78931088d596e171b7a (patch)
treeb7dd9267a45a935542697bbfbfb0167434d12d8f /print
parent0f590bb06d6df44a25269863c4f38863e2c226db (diff)
downloadpkgsrc-8f9fed5e73cd46853b5ca78931088d596e171b7a.tar.gz
Fix a problem where ${PREFIX}/share/lyx/configure was being installed
without executable permissions. This was causing new lyx users to get sub-optimal personal lyx configs in some cases, as this script is invoked directly by lyx when creating a ~/.lyx directory for a user who did not previously have one.
Diffstat (limited to 'print')
-rw-r--r--print/lyx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index 71e37e3e663..523d637eb0b 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2001/10/25 14:18:23 martti Exp $
+# $NetBSD: Makefile,v 1.39 2002/01/16 15:37:09 jwise Exp $
# FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp
#
@@ -25,4 +25,7 @@ CONFIGURE_ARGS= --with-extra-lib="${X11BASE}/lib" \
LDFLAGS+= -L${X11BASE}/lib -Wl,-R${X11BASE}/lib
+post-install:
+ ${CHMOD} +x ${PREFIX}/share/lyx/configure
+
.include "../../mk/bsd.pkg.mk"