diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 17:45:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 17:45:09 +0000 |
commit | 50806af648f77f608a445e79c0194bff2e644176 (patch) | |
tree | 30f768928f599bc042bc74d3b570d2533bee095c /x11/xgas | |
parent | 87b67596b5879412392d9c82858105543eb7963e (diff) | |
download | pkgsrc-50806af648f77f608a445e79c0194bff2e644176.tar.gz |
user-destdir support
Diffstat (limited to 'x11/xgas')
-rw-r--r-- | x11/xgas/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/xgas/Makefile b/x11/xgas/Makefile index 438fe427c7c..d8e6232b89b 100644 --- a/x11/xgas/Makefile +++ b/x11/xgas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/11/10 17:21:39 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2009/07/07 17:45:09 joerg Exp $ DISTNAME= xgas PKGNAME= xgas-1.0 @@ -9,11 +9,9 @@ MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/ MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp COMMENT= Animated simulation of an ideal gas -USE_IMAKE= yes +PKG_DESTDIR_SUPPORT= user-destdir -post-install: - @${CHMOD} 755 ${PREFIX}/bin/xgas - @${CHOWN} bin:bin ${PREFIX}/bin/xgas +USE_IMAKE= yes .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" |