diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 12:20:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 12:20:38 +0000 |
commit | e2142e3c491edfda6940a327d6a8a955905f22ba (patch) | |
tree | 70ce85cc7db2b47e11a9ac20b7e48e8676541d92 | |
parent | 1d9ecc4ec00c45add83e1c32676f6adcd1e7c4f7 (diff) | |
download | ports-e2142e3c491edfda6940a327d6a8a955905f22ba.tar.gz ports-e2142e3c491edfda6940a327d6a8a955905f22ba.zip |
Notes
-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 112115aadfc6..260d0201e88f 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 a89f18f5ca85..5e13d2f5f120 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 |