Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 1999 09:40:03 -0700 (PDT)
From:      Eoin Lawless <eoin@maths.tcd.ie>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/11560: header files for metis not installed 
Message-ID:  <199905071640.JAA73381@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/11560; it has been noted by GNATS.

From: Eoin Lawless <eoin@maths.tcd.ie>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/11560: header files for metis not installed 
Date: Fri, 07 May 1999 17:30:37 +0100

 >Don't you need to change pkg/PLIST too?
 
 Here is the full patch:
 
 
 - --- Makefile.old	Tue Apr 13 11:54:19 1999
 +++ Makefile	Fri May  7 14:25:07 1999
 @@ -25,6 +25,13 @@
  	$(INSTALL_PROGRAM) $(WRKSRC)/mesh2dual	$(PREFIX)/bin
  	$(INSTALL_PROGRAM) $(WRKSRC)/graphchk	$(PREFIX)/bin
  	$(INSTALL_DATA) $(WRKSRC)/libmetis.a $(PREFIX)/lib
 +	${MKDIR} $(PREFIX)/include/metis
 +	$(INSTALL_DATA) $(WRKSRC)/Lib/defs.h    $(PREFIX)/include/metis
 +	$(INSTALL_DATA) $(WRKSRC)/Lib/macros.h  $(PREFIX)/include/metis
 +	$(INSTALL_DATA) $(WRKSRC)/Lib/metis.h   $(PREFIX)/include/metis
 +	$(INSTALL_DATA) $(WRKSRC)/Lib/proto.h   $(PREFIX)/include/metis
 +	$(INSTALL_DATA) $(WRKSRC)/Lib/rename.h  $(PREFIX)/include/metis
 +	$(INSTALL_DATA) $(WRKSRC)/Lib/struct.h  $(PREFIX)/include/metis
  .if !defined(NOPORTDOCS)
  	${MKDIR} $(PREFIX)/share/doc/METIS
  	$(INSTALL_DATA) ${WRKSRC}/Doc/manual.ps $(PREFIX)/share/doc/METIS
 - --- pkg/PLIST.old	Fri May  7 14:44:20 1999
 +++ pkg/PLIST	Fri May  7 14:45:39 1999
 @@ -8,5 +8,11 @@
  bin/mesh2dual
  bin/graphchk
  lib/libmetis.a
 +include/metis/defs.h
 +include/metis/macros.h
 +include/metis/metis.h
 +include/metis/proto.h
 +include/metis/rename.h
 +include/metis/struct.h
  share/doc/METIS/manual.ps
  @dirrm share/doc/METIS
 
 
 >Satoshi
 - ---
 Eoin
 
 ------- End of Forwarded Message
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905071640.JAA73381>