Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 1996 03:55:05 -0800 (PST)
From:      Masafumi NAKANE <max>
To:        CVS-committers, cvs-all, cvs-ports
Subject:   cvs commit:  ports/misc/mmv Makefile
Message-ID:  <199612081155.DAA06701@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
max         96/12/08 03:55:04

  Modified:    misc/mmv  Makefile
  Log:
  Remove RESTRICTED and, instead, add NO_CDROM & NO_PACKAGE.  (Redistribution
  for charge is prohibited, no modification allowed.)
  
  Various cleanups include:
  
  List mmv.pch.Z as PATCHFILES instead of DISTFILES.
  Put full path to the MASTER_SITES.
  Instead of editing mmv.pch with scripts/makeitapatch, pass the name of
  the file to be patched to the patch command via PATCH_DIST_ARGS.
  Above three changes made do-fetch: & pre-clean:targets defined in this
  Makefile unnecessary.
  
  Call scripts/unshar via /bin/sh instead of giving it the execution bit in
  pre-extract: target.
  
  ln -> ln -fs
  rm -> ${RM}
  Use ${INSTALL_PROGRAM} and ${INSTALL_MAN}.
  Use MAN1 var to compress the man page.
  
  Reviewed by:	asami
  
  Revision  Changes    Path
  1.14      +22 -53    ports/misc/mmv/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612081155.DAA06701>