Subject: CVS commit: pkgsrc/pkgtools/pkg_install
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/06/2005 22:15:44
Module Name: pkgsrc
Committed By: jlam
Date: Sun Nov 6 22:15:44 UTC 2005
Modified Files:
pkgsrc/pkgtools/pkg_install: Makefile PLIST
Added Files:
pkgsrc/pkgtools/pkg_install: INSTALL
Log Message:
Remove @exec from PLIST and put the action into an INSTALL script instead.
Also, simplify the package by making use of the PKGMANDIR-handling in
pkgsrc to remove the custom MANDIR code from the package Makefile and
the PLIST.
Technically, this type of a change would require a PKGREVISION bump,
but as this is the pkg_* tools package and there were no changes to the
binaries, we refrain from doing so.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/pkgtools/pkg_install/INSTALL
cvs rdiff -r1.116 -r1.117 pkgsrc/pkgtools/pkg_install/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/pkgtools/pkg_install/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.