aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs
diff options
context:
space:
mode:
authorgj <gj@FreeBSD.org>1997-11-09 06:15:37 +0800
committergj <gj@FreeBSD.org>1997-11-09 06:15:37 +0800
commit776d82a92e88179d844afd5c6d2357e7aad813e4 (patch)
tree18bf388d43598b9389c9b044a38deff5c12b8643 /editors/xemacs
parent8bd31ab181e99dc391760a9aadc708bf145514b5 (diff)
downloadfreebsd-ports-gnome-776d82a92e88179d844afd5c6d2357e7aad813e4.tar.gz
freebsd-ports-gnome-776d82a92e88179d844afd5c6d2357e7aad813e4.tar.zst
freebsd-ports-gnome-776d82a92e88179d844afd5c6d2357e7aad813e4.zip
Put the lock file in /var/run/xemacs/lock rather than
${PREFIX}/lib/xemacs/lock. Also modify post-install to set the permissions on /var/run/xemacs/lock, ${PREFIX}/lib/xemacs/site-lisp and ${PREFIX}/share/xemacs/site-lisp, as done in PLIST, since ``make install'' doesn't do it. PR: ports/4976 Submitted by: Sheldon Hearn
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index b05ed9ad7317..0f3512456e18 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp $
#
DISTNAME= xemacs-20.2
@@ -27,6 +27,7 @@ USE_GMAKE= yes
STRIP=
HAS_CONFIGURE= yes
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \
+ --statedir=/var/run \
--with-sound=native \
--site-includes=/usr/local/include \
--site-libraries=/usr/local/lib \
@@ -52,5 +53,9 @@ post-install:
gnudoit xemacs-20.2
strip ${PREFIX}/bin/${file}
.endfor
+# ``make install'' does not set the permissions like pkg_add does.
+ chmod 1777 /var/run/xemacs/lock
+ chmod 755 ${PREFIX}/lib/xemacs/site-lisp
+ chmod 755 ${PREFIX}/share/xemacs/site-lisp
.include <bsd.port.mk>
linimon2004-01-216-405/+1689 * silent updates of archives:maho2003-12-283-4/+8 * - Fix MASTER_SITESkrion2003-12-201-1/+1 * Mark as broken on 5.x due to the usual gcc terminating-character hassles.linimon2003-12-191-1/+7 * - Update to last snapshotpav2003-12-072-9/+6 * - Update checksum again, seems author removes .ps version of documentationpav2003-11-224-467/+31 * Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-202-2/+2 * Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-202-0/+2 * - Unbreak on 5.xpav2003-11-203-7/+54 * - Update to new version 2003.11.17krion2003-11-176-66/+17 * unPERLify by using REINPLACE_CMD and SED where appropriate.marcus2003-11-162-3/+1 * Switch to wxgtk2.fjoe2003-11-141-1/+2 * Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-133-3/+3 * Remove my e-mail address from comment blocks of portstrevor2003-11-131-1/+1 * wxgtk-devel -> wxgtkfjoe2003-11-101-1/+2 * - Switch to wxgtk2fjoe2003-11-101-7/+9 * LIB_DEPENDS on libglut for libglut rather than soon-to-disappear Mesa3.anholt2003-11-081-1/+1 * Update to 2.0.7.adamw2003-11-083-4/+7 * Mark BROKEN: distfile has changed.anholt2003-11-071-0/+2 * ${MASTER_SITES} are slow. This patch adds a mirror site to helpjeh2003-11-061-1/+2 * Make this port use wxgtk 2.4.2.fjoe2003-11-053-7/+19 * Chase wxgtk library name (and version) change.fjoe2003-11-051-1/+1 * Pet portlint.linimon2003-11-041-1/+1 * Date: Tue, 04 Nov 2003 00:42:55 +0900edwin2003-11-041-1/+1 * Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-031-1/+1 * ports with possibly unreachable MAINTAINERsedwin2003-11-022-2/+2 * Chased new mastersite per distfile survey. Notified maintainer.linimon2003-10-261-1/+1 * utilize SITE_PERLijliao2003-10-244-387/+385 * Respect CC and CFLAGSkris2003-10-231-5/+11 * Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-2231-1259/+1259 * - Update to 0.5.2krion2003-10-213-297/+298 * Don't remove share/java/classes system directory.kris2003-10-191-1/+0 * Fixes the checksum problem, but doesn't fix the port; adds a BROKENlinimon2003-10-162-2/+3 * Update to 0.5.3.knu2003-10-153-2/+4 * update biology/nab: 4.5.1 -> 4.5.2daichi2003-10-145-20/+38 * BROKEN: Broken pkg-plistkris2003-10-131-0/+2 * BROKEN: Does not fetchkris2003-10-131-0/+2 * Port update (maintainer): biology/wiseedwin2003-09-242-2/+2 * Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-242-2/+2 * Update port: biology/gperiodic to 2.0.6edwin2003-09-083-4/+5 * new port:biology/lsysexpedwin2003-09-035-0/+71 * Silent changes to the port distfile which *not* have significantmaho2003-09-021-2/+2 * - Add an end-of-string to each line of the inputkrion2003-08-281-7/+7 * Update to 0.5.2.knu2003-08-233-2/+13 * Fix build on python2.3perky2003-08-201-1/+6 * o Main modificationnork2003-08-192-9/+7 * As announced on May 6, remove the broken p5-bioperl-devel port.kris2003-08-088-686/+0 * BROKEN: Checksum mismatchkris2003-08-071-0/+2 * Fix python version detection routines to cope with python 2.3'sperky2003-08-021-1/+1 * Somehow pkg-plist is removed...maho2003-08-011-0/+128 * a) Update to 1.7.3maho2003-08-013-84/+18 * Add USE_XLIB=yes to compilemaho2003-07-311-0/+1 * Update to 0.5.1.knu2003-07-292-2/+2 * A new port garlic, free molecular viewer and editor, free molecularmaho2003-07-286-0/+399 * - Update to version 2.0.5krion2003-07-285-41/+25 * Some clean-up.maho2003-07-261-17/+14 * Duplicated the `pre-extract:' and `post-build:'maho2003-07-261-9/+0 * a) Some corrupts with Makefile and pkg-plist.maho2003-07-252-12/+26 * a) Forgot to update distinfo 52498maho2003-07-255-33/+69 * Update to 0.90maho2003-07-244-309/+328 * enhancement, build and install the opengl viewer, moldenogl.maho2003-07-194-74/+64 * honor CFLAGS and FFLAGSmaho2003-07-192-3/+4 * Maintainer update of biology/tinker port to version 4.0.maho2003-07-195-20/+42 * Add semi-colons(;) after declare statements that go in the povray scene fileleeym2003-07-143-7/+168 * o Change library name from libgd to libgd1.nork2003-07-122-3/+4 * s/NOPORTSDOCS/NOPORTDOCS/ [1]osa2003-07-112-6/+6 * update biology/nab: 4.4 -> 4.5.1daichi2003-07-0812-403/+393 * Update to 0.5.0.knu2003-06-263-5/+25 * update ports/biology/act to latest release (v2)daichi2003-06-233-988/+1603 * - update to 1.83erwin2003-06-183-3/+4 * Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENkris2003-06-051-5/+5 * Assign MAINTAINER to ports@FreeBSD.org.adamw2003-06-051-1/+1 * Upgrade to 2003.01.21. Appears to only add some more file export/printhoek2003-05-227-40/+49 * Add back the WWW which was inexplicably deleted in a previoushoek2003-05-221-6/+11 * - fix build under gcc 3.3petef2003-05-191-1/+8 * Back out previous commit, the port was fixed a few days ago.kris2003-05-191-7/+1 * BROKEN on 5.1: bad C++kris2003-05-182-2/+14 * - Update to latest release.mich2003-05-145-62/+3 * BROKEN: Broken pkg-plistkris2003-05-071-0/+2 * Update to 2003.04.21arved2003-05-058-79/+59 * - unbreak on 4.x: add dependency on gdkpixbuf, fix Makefiles to compile withpetef2003-05-043-44/+30 * Updated to 0.8.6.maho2003-05-035-362/+283