diff options
author | abs <abs> | 2001-05-21 16:06:16 +0000 |
---|---|---|
committer | abs <abs> | 2001-05-21 16:06:16 +0000 |
commit | f012f5f67a9902dc1afad7381f0093c62cf10ade (patch) | |
tree | 160534ec5d5972fab8dcb7a1fc654bea30b92893 /TODO | |
parent | bb54a041d89d417289f33d23d4f3fd8993f75848 (diff) | |
download | pkgsrc-f012f5f67a9902dc1afad7381f0093c62cf10ade.tar.gz |
Add:
o Have 'make extract' note the package version in ${WRKDIR}/.version,
and 'make install' refuse to run if they do not match.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.44 2001/05/18 08:27:24 zuntum Exp $ +$NetBSD: TODO,v 1.45 2001/05/21 16:06:16 abs Exp $ packages TODO (Suggested new packages) ^^^^^^^^^^^^^ @@ -85,3 +85,7 @@ pksgrc TODO (Suggested pkgsrc features and enhancements) modifications for bsd.pkg.mk and will commit them after freeze. The remaining and harder part is to make the cross-environment for HP-UX. [kei] + + o Have 'make extract' note the package version in ${WRKDIR}/.version, + and 'make install' refuse to run if they do not match. + |