diff options
author | tv <tv> | 2005-11-07 19:56:46 +0000 |
---|---|---|
committer | tv <tv> | 2005-11-07 19:56:46 +0000 |
commit | f6f7250a71d20965ef7e6f4576b39a5eba148288 (patch) | |
tree | ad5beededd70c2507ff459615ea702e21d3d2217 /devel/chmlib/Makefile | |
parent | 429a88cd9f3ff243f50741d78256c382c9c516ce (diff) | |
download | pkgsrc-f6f7250a71d20965ef7e6f4576b39a5eba148288.tar.gz |
Use BSD_INSTALL_* macros rather than mostly bare "install" command.
Bump PKGREVISION.
Diffstat (limited to 'devel/chmlib/Makefile')
-rw-r--r-- | devel/chmlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/chmlib/Makefile b/devel/chmlib/Makefile index d7c40cd634b..a35fbcf12a7 100644 --- a/devel/chmlib/Makefile +++ b/devel/chmlib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2005/10/29 08:23:11 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/11/07 19:56:46 tv Exp $ # DISTNAME= chmlib-0.37.4 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://66.93.236.84/%7Ejedwin/projects/chmlib/ EXTRACT_SUFX= .tbz |