diff options
author | leot <leot@pkgsrc.org> | 2017-05-26 18:01:07 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-05-26 18:01:07 +0000 |
commit | 1e3c7c148160c602674994b4ab5b1c9022d89a90 (patch) | |
tree | 88d3f3a16df23d5cb85134830d31764207801928 /doc/pkgsrc.txt | |
parent | ea19d500a6f157ee98c9aa183b98a3b0246fa579 (diff) | |
download | pkgsrc-1e3c7c148160c602674994b4ab5b1c9022d89a90.tar.gz |
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r-- | doc/pkgsrc.txt | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index 3a8825cfd13..ab5d9d1f9f8 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -3619,7 +3619,7 @@ Be sure to add a RCS ID line as the first thing in any PLIST file you write: An artificial space has been added between NetBSD and $, this is a workaround here to prevent CVS expanding to the filename of the guide. When adding the RCS -ID the space should be ommited. +ID the space should be omitted. 13.2. Semi-automatic PLIST generation @@ -4775,27 +4775,6 @@ When choosing which of these variables to use, follow the following rules: * X11-based packages using imake must set USE_IMAKE to be installed correctly under LOCALBASE. - * To determine the prefix of an installed package, the EVAL_PREFIX definition - can be used. It takes pairs in the format "DIRNAME=<package>", and the make - (1) variable DIRNAME will be set to the prefix of the installed package - <package>, or "${PREFIX}" if the package is not installed. - - This is best illustrated by example. - - The following lines are taken from pkgsrc/wm/scwm/Makefile: - - EVAL_PREFIX+= GTKDIR=gtk+ - CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE:Q} - CONFIGURE_ARGS+= --with-gtk-prefix=${GTKDIR:Q} - CONFIGURE_ARGS+= --enable-multibyte - - Specific defaults can be defined for the packages evaluated using - EVAL_PREFIX, by using a definition of the form: - - GTKDIR_DEFAULT= ${LOCALBASE} - - where GTKDIR corresponds to the first definition in the EVAL_PREFIX pair. - * Within ${PREFIX}, packages should install files according to hier(7), with the exception that manual pages go into ${PREFIX}/man, not ${PREFIX}/share/ man. |