diff options
author | wiz <wiz> | 2006-08-14 22:37:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-08-14 22:37:57 +0000 |
commit | 9060beecd8dd74c20a6821bb66f256591a571831 (patch) | |
tree | 8be989f963ce7e45346e82ed5da1811e1fddfe8b /wm/ion/Makefile | |
parent | d8ce7bc8e42b0d09e9f196268b9667c028cdd622 (diff) | |
download | pkgsrc-9060beecd8dd74c20a6821bb66f256591a571831.tar.gz |
Adapt to lua-5.1.1. Bump PKGREVISION.
Diffstat (limited to 'wm/ion/Makefile')
-rw-r--r-- | wm/ion/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile index 5cf8969025f..0fa30148590 100644 --- a/wm/ion/Makefile +++ b/wm/ion/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2006/06/08 09:47:14 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/08/14 22:40:53 wiz Exp $ # DISTNAME= ion-2-20040729 PKGNAME= ${DISTNAME:S/-2-/-/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= wm x11 MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/ion/dl/ @@ -33,7 +33,7 @@ EGFILES= floatws.lua ion-bindings.lua ion-menus.lua \ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor -INSTALLATION_DIRS= bin lib/ion libexec/ion man/man1 +INSTALLATION_DIRS= bin lib/ion libexec/ion ${PKGMANDIR}/man1 INSTALLATION_DIRS+= share/doc/ion share/examples/ion share/ion .include "../../lang/lua/buildlink3.mk" |