diff options
author | tv <tv@pkgsrc.org> | 2004-12-22 02:44:02 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-12-22 02:44:02 +0000 |
commit | 4f5cb0be151399d72780cc811dd02f9a6dc32cc1 (patch) | |
tree | f6b77995894a5c1cd537a91789e76dd704032d3a /devel | |
parent | af2c95fa8382cce793c02b60120eb50588d4120c (diff) | |
download | pkgsrc-4f5cb0be151399d72780cc811dd02f9a6dc32cc1.tar.gz |
Add heads-up comment above PKGREVISION pointing to the manual-* diffs
which must be updated for any platform changes, lest the changes be lost
the next time libtool is updated.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool-base/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index efc1effa215..d6de01a041d 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,8 +1,16 @@ -# $NetBSD: Makefile,v 1.50 2004/12/21 13:50:25 grant Exp $ +# $NetBSD: Makefile,v 1.51 2004/12/22 02:44:02 tv Exp $ # .include "../../devel/libtool/Makefile.common" +# +# HEADS UP! Before changing PKGREVISION: Did you remember to merge +# any changes into the m4 manual diffs? Updating patch-a* is not enough! +# +# See devel/libtool/patches/README.manual for instructions on how to make +# these patch files properly, so that your changes won't be lost completely +# on the next libtool update. +# PKGNAME= ${DISTNAME:S/-/-base-/} PKGREVISION= 9 SVR4_PKGNAME= ltoob |