Subject: CVS commit: pkgsrc/wm/ion
From: Johnny C. Lam
Date: 2008-02-27 23:31:52
Message id: 20080227223152.448A9175C1@cvs.netbsd.org

Log Message:
+ Add full DESTDIR support in the least intrusive way possible.  The
  strategy is to leave alone the install targets sprinkled all over
  the Makefiles and instead to two thigns:

    (1) Define new INST_* variants of BINDIR, ETCDIR, MODULEDIR, etc.
	that are the "final" installation locations, and thus may be
	hardcoded into the program.

    (2) Modify the definitions of BINDIR, ETCDIR, MODULEDIR, etc. to
	point to $(DESTDIR)$(INST_*).  These variables can be used in
	the _install targets without any changes.

Files:
RevisionActionfile
1.34modifypkgsrc/wm/ion/Makefile
1.19modifypkgsrc/wm/ion/distinfo
1.4modifypkgsrc/wm/ion/patches/patch-ae
1.5modifypkgsrc/wm/ion/patches/patch-ah
1.3modifypkgsrc/wm/ion/patches/patch-aj
1.1addpkgsrc/wm/ion/patches/patch-an
1.1addpkgsrc/wm/ion/patches/patch-ao
1.1addpkgsrc/wm/ion/patches/patch-ap
1.4removepkgsrc/wm/ion/patches/patch-ad
1.2removepkgsrc/wm/ion/patches/patch-ai