diff options
author | pav <pav@FreeBSD.org> | 2008-03-10 02:43:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-10 02:43:44 +0800 |
commit | 9109dc4e6b1c4f3185db461be3229c8a88213971 (patch) | |
tree | 1179027bff76dc0619982f8ab725fc14d5955606 /x11-toolkits | |
parent | 7dfdd42421823b124abe6a262b443a1cad8a38a5 (diff) | |
download | freebsd-ports-gnome-9109dc4e6b1c4f3185db461be3229c8a88213971.tar.gz freebsd-ports-gnome-9109dc4e6b1c4f3185db461be3229c8a88213971.tar.zst freebsd-ports-gnome-9109dc4e6b1c4f3185db461be3229c8a88213971.zip |
- Attempt to fix plist
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-GLUT/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-GLUT/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-glut-ghc/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/hs-glut-ghc/pkg-plist | 2 |
4 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index 6e951258bfc8..5cd2880684a7 100644 --- a/x11-toolkits/hs-GLUT/Makefile +++ b/x11-toolkits/hs-GLUT/Makefile @@ -6,6 +6,7 @@ PORTNAME= glut PORTVERSION= 2.1.1.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/GLUT/${PORTVERSION}/ PKGNAMEPREFIX= hs- diff --git a/x11-toolkits/hs-GLUT/pkg-plist b/x11-toolkits/hs-GLUT/pkg-plist index 8385c83a5e7e..7893312c670d 100644 --- a/x11-toolkits/hs-GLUT/pkg-plist +++ b/x11-toolkits/hs-GLUT/pkg-plist @@ -23,6 +23,8 @@ %%SUBDIR%%/HSGLUT-%%PORTVERSION%%.o %%SUBDIR%%/include/HsGLUT.h %%SUBDIR%%/%%PORTNAME%%-register.sh +share/doc/GLUT-%%PORTVERSION%%/LICENSE +@dirrm share/doc/GLUT-%%PORTVERSION%% @dirrm %%SUBDIR%%/Graphics/UI/GLUT/Callbacks @dirrm %%SUBDIR%%/Graphics/UI/GLUT @dirrmtry %%SUBDIR%%/Graphics/UI diff --git a/x11-toolkits/hs-glut-ghc/Makefile b/x11-toolkits/hs-glut-ghc/Makefile index 6e951258bfc8..5cd2880684a7 100644 --- a/x11-toolkits/hs-glut-ghc/Makefile +++ b/x11-toolkits/hs-glut-ghc/Makefile @@ -6,6 +6,7 @@ PORTNAME= glut PORTVERSION= 2.1.1.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/GLUT/${PORTVERSION}/ PKGNAMEPREFIX= hs- diff --git a/x11-toolkits/hs-glut-ghc/pkg-plist b/x11-toolkits/hs-glut-ghc/pkg-plist index 8385c83a5e7e..7893312c670d 100644 --- a/x11-toolkits/hs-glut-ghc/pkg-plist +++ b/x11-toolkits/hs-glut-ghc/pkg-plist @@ -23,6 +23,8 @@ %%SUBDIR%%/HSGLUT-%%PORTVERSION%%.o %%SUBDIR%%/include/HsGLUT.h %%SUBDIR%%/%%PORTNAME%%-register.sh +share/doc/GLUT-%%PORTVERSION%%/LICENSE +@dirrm share/doc/GLUT-%%PORTVERSION%% @dirrm %%SUBDIR%%/Graphics/UI/GLUT/Callbacks @dirrm %%SUBDIR%%/Graphics/UI/GLUT @dirrmtry %%SUBDIR%%/Graphics/UI |