diff options
author | asau <asau> | 2012-10-06 11:54:29 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-06 11:54:29 +0000 |
commit | 87af7fa2ce0839ead2a545134381cbb061c5b7f7 (patch) | |
tree | c5fd61842558a666d102559953843c889843d3a2 /games/billardgl | |
parent | 8ca39cc762df4b78b6101632bc65980d63d37dd5 (diff) | |
download | pkgsrc-87af7fa2ce0839ead2a545134381cbb061c5b7f7.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'games/billardgl')
-rw-r--r-- | games/billardgl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/billardgl/Makefile b/games/billardgl/Makefile index bc886009018..c5dbe302325 100644 --- a/games/billardgl/Makefile +++ b/games/billardgl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/07/07 04:01:30 obache Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/06 11:54:31 asau Exp $ # DISTNAME= BillardGL-1.75 @@ -11,8 +11,6 @@ MAINTAINER= wojtek@3miasto.net HOMEPAGE= http://www.tobias-nopper.de/BillardGL/ COMMENT= 3D Billard using OpenGL hardware acceleration -PKG_DESTDIR_SUPPORT= user-destdir - BUILD_DIRS= src USE_LANGUAGES= c c++ USE_TOOLS+= gmake imake pax |