diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 17:15:38 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 17:15:38 +0000 |
commit | 9e2e723fb8f5a2046ddc3fa7354070179b2732ff (patch) | |
tree | 2b9b548757b43a863305933ed7c5175419558b03 | |
parent | Fix typo. (fix make fetch problem) (diff) |
Install the header files.
PR: 12429
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=19873
-rw-r--r-- | devel/gtksheet/Makefile | 6 | ||||
-rw-r--r-- | devel/gtksheet/pkg-plist | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/devel/gtksheet/Makefile b/devel/gtksheet/Makefile index 9b774f742fb4..dbe13cc22221 100644 --- a/devel/gtksheet/Makefile +++ b/devel/gtksheet/Makefile @@ -3,7 +3,7 @@ # Date created: Jun 22 1999 # Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> # -# $Id: Makefile,v 1.1.1.1 1999/06/06 17:29:46 steve Exp $ +# $Id: Makefile,v 1.2 1999/06/22 02:19:54 foxfair Exp $ # DISTNAME= gtksheet-7.6 @@ -19,6 +19,8 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config MAKE_ENV+= GTK_CONFIG=${GTK_CONFIG} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/libGtkSheet.a ${PREFIX}/lib + ${INSTALL_PROGRAM} ${WRKSRC}/libgtksheet.a ${PREFIX}/lib + @${MKDIR} ${PREFIX}/include/gtksheet + ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/gtksheet .include <bsd.port.mk> diff --git a/devel/gtksheet/pkg-plist b/devel/gtksheet/pkg-plist index bb839eb74da5..9f7ef01b65eb 100644 --- a/devel/gtksheet/pkg-plist +++ b/devel/gtksheet/pkg-plist @@ -1 +1,7 @@ -lib/libGtkSheet.a +lib/libgtksheet.a +include/gtksheet/gtksheet.h +include/gtksheet/gtksheetentry.h +include/gtksheet/gtkbordercombo.h +include/gtksheet/gtkcolorcombo.h +include/gtksheet/gtkcombobox.h +@dirrm include/gtksheet |