diff options
author | tv <tv> | 2004-12-22 02:44:02 +0000 |
---|---|---|
committer | tv <tv> | 2004-12-22 02:44:02 +0000 |
commit | ed6eef02dbcc3a62454a40a8e0cefbe8d0cce363 (patch) | |
tree | f6b77995894a5c1cd537a91789e76dd704032d3a /devel/libtool-base | |
parent | f3f20081f3f914c2dbdb0c7ef960c7b2e6d1e5c4 (diff) | |
download | pkgsrc-ed6eef02dbcc3a62454a40a8e0cefbe8d0cce363.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/libtool-base')
-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 |