diff options
author | minskim <minskim> | 2004-02-25 23:15:44 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-25 23:15:44 +0000 |
commit | 216dc3ccfe5447d546b902b379d110864f2cf8ae (patch) | |
tree | 8298c14d2e8d9e67dc4cf6b3ea6b5ed848912aa1 /sysutils | |
parent | e5b89bb48d42ad8d97e5aef9a9e688973905cbfc (diff) | |
download | pkgsrc-216dc3ccfe5447d546b902b379d110864f2cf8ae.tar.gz |
bl3ify
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fsviewer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fsviewer/Makefile b/sysutils/fsviewer/Makefile index 534a13b214c..92f1f15e413 100644 --- a/sysutils/fsviewer/Makefile +++ b/sysutils/fsviewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/24 15:06:57 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/25 23:18:15 minskim Exp $ # DISTNAME= FSViewer.app-0.2.3 @@ -22,11 +22,11 @@ CFLAGS+= -I${BUILDLINK_PREFIX.windowmaker}/include/WINGs USE_GNU_TOOLS+= make GNU_CONFIGURE= yes USE_X11= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes post-install: cd ${PREFIX}/GNUstep/Apps/FSViewer.app && \ ${PAX} -O -zrf ${_DISTDIR}${DISTSUBDIR}/icons.tar.gz *.xpm *.tif -.include "../../wm/windowmaker/buildlink2.mk" +.include "../../wm/windowmaker/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |