diff options
author | knu <knu@FreeBSD.org> | 2001-09-11 12:20:38 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-11 12:20:38 +0000 |
commit | e9a2592009530397bb3b95a4a12b33e35818bbdb (patch) | |
tree | 2cb456491dbb3fa7e54f3d98a636bed998c3172d /sysutils/stow | |
parent | 6315ba943f849b3101e85b34ebea483247a6b627 (diff) | |
download | FreeBSD-ports-e9a2592009530397bb3b95a4a12b33e35818bbdb.zip FreeBSD-ports-e9a2592009530397bb3b95a4a12b33e35818bbdb.tar.gz |
- Hand the maintainership over to the submitter.
- Force it to honor PREFIX.
PR: ports/30385
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Diffstat (limited to 'sysutils/stow')
-rw-r--r-- | sysutils/stow/Makefile | 6 | ||||
-rw-r--r-- | sysutils/stow/pkg-descr | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile index 112115a..260d020 100644 --- a/sysutils/stow/Makefile +++ b/sysutils/stow/Makefile @@ -12,10 +12,14 @@ CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= clefevre@citeweb.net GNU_CONFIGURE= yes +USE_GMAKE= yes +# PREFIX isn't honored. force it w/ prefix. +MAKE_ARGS= prefix="${PREFIX}" + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/stow ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/stow.info ${PREFIX}/info diff --git a/sysutils/stow/pkg-descr b/sysutils/stow/pkg-descr index a89f18f..5e13d2f 100644 --- a/sysutils/stow/pkg-descr +++ b/sysutils/stow/pkg-descr @@ -5,8 +5,8 @@ installed in the same place (/usr/local). Stow was inspired by Carnegie Mellon's "Depot" program, but is substantially simpler. Whereas Depot requires database files to keep -things in sync, Stow stores no extra state between runs, so there's no -danger (as there is in Depot) of mangling directories when file +things in sync, Stow stores no extra state between runs, so there's +no danger (as there is in Depot) of mangling directories when file hierarchies don't match the database. Also unlike Depot, Stow will never delete any files, directories, or links that appear in a Stow directory (e.g., /usr/local/stow/emacs), so it's always possible to |