diff options
author | reed <reed@pkgsrc.org> | 2005-01-27 17:38:45 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-01-27 17:38:45 +0000 |
commit | 62368894f0a9167c7c7e424c2ae6b3fcb316809e (patch) | |
tree | ef83d772e35eeb89f2fd9b1541009d67cd5d8f08 /editors/abiword | |
parent | f0afc9f561534418a0d08450c7269b4160c3cb18 (diff) | |
download | pkgsrc-62368894f0a9167c7c7e424c2ae6b3fcb316809e.tar.gz |
Add a comment to remind to run "make makesum" in editors/abiword-plugins
also when updating.
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/abiword/Makefile.common b/editors/abiword/Makefile.common index b6255b5dcda..489bc996c2a 100644 --- a/editors/abiword/Makefile.common +++ b/editors/abiword/Makefile.common @@ -1,5 +1,6 @@ -# $NetBSD: Makefile.common,v 1.8 2005/01/13 09:29:18 adam Exp $ +# $NetBSD: Makefile.common,v 1.9 2005/01/27 17:38:45 reed Exp $ +# Be sure to run "make makesum" in editors/abiword-plugins also when updating. ABIWORD_DIST_VERSION= 2.2.3 DISTNAME= abiword-${ABIWORD_DIST_VERSION} |