diff options
author | frueauf <frueauf> | 1998-05-09 15:24:42 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-05-09 15:24:42 +0000 |
commit | 45f02f69a7ef69debd4d6e929c9ed5aa77bd559d (patch) | |
tree | 315f297531326a5c2da5a54e4e0fbbd5307a1a38 /misc | |
parent | 39e6dad868302ddc5c05822feb8dc83ed4f7498d (diff) | |
download | pkgsrc-45f02f69a7ef69debd4d6e929c9ed5aa77bd559d.tar.gz |
Mostly cosmetic changes to shut up portlint. Little bugfix for apache.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda/Makefile | 12 | ||||
-rw-r--r-- | misc/astrolog/Makefile | 5 | ||||
-rw-r--r-- | misc/dotfile/pkg/MESSAGE | 1 | ||||
-rw-r--r-- | misc/mc/Makefile | 7 |
4 files changed, 13 insertions, 12 deletions
diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile index 72fb62f02b6..c4c8dc491cb 100644 --- a/misc/amanda/Makefile +++ b/misc/amanda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/05/07 17:04:05 agc Exp $ +# $NetBSD: Makefile,v 1.9 1998/05/09 15:24:43 frueauf Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -8,22 +8,22 @@ MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= packages@netbsd.org -USE_PERL5= yes DEPENDS+= readline-2.2:../../devel/readline RUN_DEPENDS+= gnuplot:../../graphics/gnuplot RUN_DEPENDS+= gtar:../../archivers/gtar AMANDA_USER?= backup +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-user=${AMANDA_USER} --with-group=${AMANDA_USER} MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" -MAN8+= amadmin.8 amcheck.8 amdump.8 amflush.8 amlabel.8 -MAN8+= amrestore.8 amtape.8 amanda.8 amcleanup.8 amtoc.8 -MAN8+= amcheckdb.8 amoverview.8 amplot.8 amrecover.8 -MAN8+= amrmtape.8 amverify.8 +MAN8= amadmin.8 amcheck.8 amdump.8 amflush.8 amlabel.8 \ + amrestore.8 amtape.8 amanda.8 amcleanup.8 amtoc.8 \ + amcheckdb.8 amoverview.8 amplot.8 amrecover.8 \ + amrmtape.8 amverify.8 pre-install: @${SETENV} ${MAKE_ENV} perl ${SCRIPTDIR}/createuser ${AMANDA_USER} diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index abf89010987..3e6d3c7b479 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/20 11:56:26 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/05/09 15:24:44 frueauf Exp $ # FreeBSD Id: Makefile,v 1.12 1997/08/10 22:31:15 fenner Exp # @@ -8,11 +8,12 @@ CATEGORIES= misc MASTER_SITES= http://www.astrolog.org/ftp/ephem/ \ http://www.astrolog.org/ftp/ \ ftp://ftp.kiarchive.ru/pub/unix/magick/astrology/astrolog/ -EPHEM= LRZ5_24 CHI_24 CPJV_24 DISTFILES= ${EXTRACT_ONLY} ${EPHEM} MAINTAINER= packages@netbsd.org +EPHEM= LRZ5_24 CHI_24 CPJV_24 + EXTRACT_ONLY= ${DISTNAME}.shr EXTRACT_CMD= ${SH} EXTRACT_ARGS= diff --git a/misc/dotfile/pkg/MESSAGE b/misc/dotfile/pkg/MESSAGE index 89528ccaff5..13ca702aec3 100644 --- a/misc/dotfile/pkg/MESSAGE +++ b/misc/dotfile/pkg/MESSAGE @@ -1,3 +1,2 @@ Check out dotfile's useful homepage http://www.imada.ou.dk/~blackie/dotfile/ - diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 03816b2a9e0..9c927a04c9a 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/05/08 23:30:05 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1998/05/09 15:24:44 frueauf Exp $ # FreeBSD Id: Makefile,v 1.16 1997/11/30 19:37:48 vanilla Exp # @@ -9,16 +9,17 @@ MASTER_SITE_SUBDIR= utils/file/managers/mc MAINTAINER= packages@netbsd.org +DEPENDS+= ncurses-1.9.9g:../../devel/ncurses + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-ncurses --without-edit --without-subshell -DEPENDS+= ncurses-1.9.9g:../../devel/ncurses MAN1= mc.1 mcedit.1 MAN8= mcserv.8 pre-configure: for f in `find ${WRKDIR}/. -type f -print|xargs ${GREP} -l '/usr/local'`; do \ - echo patching $$f ; \ + ${ECHO} patching $$f ; \ ${CP} -p $$f $$f.tmp ; \ ${SED} -e 's:/usr/local:'${PREFIX}':g' < $$f.tmp > $$f && ${MV} $$f.tmp $$f; \ done |