--- Makefile.orig Tue Jan 18 15:01:17 2000 +++ Makefile Mon Jul 23 03:35:47 2001 @@ -13,22 +13,22 @@ # # Put the location of your Perl binary here: -PERL = /bin/perl +PERL = /usr/bin/perl # What do you call your C compiler? CC = cc # Where do you want Majordomo to be installed? This CANNOT be the # current directory (where you unpacked the distribution) -W_HOME = /usr/test/majordomo-$(VERSION) +W_HOME = ${PREFIX}/majordomo # Where do you want man pages to be installed? -MAN = $(W_HOME)/man +MAN = ${PREFIX}/man # You need to have or create a user and group which majordomo will run as. # Enter the numeric UID and GID (not their names!) here: -W_USER = 123 -W_GROUP = 45 +W_USER = %%MJUID%% +W_GROUP = %%MJGID%% # These set the permissions for all installed files and executables (except # the wrapper), respectively. Some sites may wish to make these more @@ -40,9 +40,9 @@ # If your system is POSIX (e.g. Sun Solaris, SGI Irix 5 and 6, Dec Ultrix MIPS, # BSDI or other 4.4-based BSD, Linux) use the following four lines. Do not # change these values! -WRAPPER_OWNER = root +WRAPPER_OWNER = $(W_USER) WRAPPER_GROUP = $(W_GROUP) -WRAPPER_MODE = 4755 +WRAPPER_MODE = 4550 POSIX = -DPOSIX_UID=$(W_USER) -DPOSIX_GID=$(W_GROUP) # Otherwise, if your system is NOT POSIX (e.g. SunOS 4.x, SGI Irix 4, # HP DomainOS) then comment out the above four lines and uncomment @@ -62,11 +62,11 @@ # parent process, and without the leading "W_" in the variable names) gets # passed to processes run by "wrapper" W_SHELL = /bin/sh -W_PATH = /bin:/usr/bin:/usr/ucb +W_PATH = /bin:/usr/bin W_MAJORDOMO_CF = $(W_HOME)/majordomo.cf # A directory for temp files.. -TMPDIR = /usr/tmp +TMPDIR ?= /var/tmp #--------YOU SHOULDN'T HAVE TO CHANGE ANYTHING BELOW THIS LINE.------------- @@ -103,7 +103,7 @@ @echo " install-scripts: only install the scripts." @echo " wrapper: only make wrapper." -install: wrapper install-scripts install-cf install-man +install: wrapper install-scripts install-cf @echo "" @echo "To finish the installation, 'su' to root and type:" @echo "" on4/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/wmclock
Commit message (Expand)AuthorAgeFilesLines
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-131-1/+1
* x11-clocks/wmclock: Upgrade version 1.0.15 => 1.0.16marino2015-10-163-8/+47
* - Switch to USES=autoreconfamdmi32015-06-031-3/+3
* 1: Upgrade to 1.0.15.vanilla2015-02-112-23/+50
* Support stagedir.vanilla2014-01-111-3/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* Convert to USES=imakebapt2013-06-291-2/+2
* Reset maintaner per Bruce Cran's request.zeising2013-06-271-6/+2
* Fix the values in distinfo.brucec2010-12-281-2/+2
* Update to version 1.0.14.brucec2010-12-275-47/+20
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFEgarga2009-03-291-0/+1
* - Add MASTER_SITE_GENTOO to MASTER_SITESgarga2008-10-173-6/+11