diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-18 10:09:08 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-18 10:09:08 +0000 |
commit | b85e96f1418a4fc4fa6c2c8ae320f89583844857 (patch) | |
tree | fe4f544025ca5f9f070837d12b42d212dc7679eb | |
parent | Activate freewais-sf. (diff) |
Style police.
Bug fixes.
Notes
Notes:
svn path=/head/; revision=5681
-rw-r--r-- | ftp/ftpsearch/Makefile | 6 | ||||
-rw-r--r-- | graphics/sced/Makefile | 14 | ||||
-rw-r--r-- | net/freewais-sf/Makefile | 10 | ||||
-rw-r--r-- | textproc/isearch/Makefile | 14 | ||||
-rw-r--r-- | x11-clocks/xalarm/Makefile | 4 |
5 files changed, 24 insertions, 24 deletions
diff --git a/ftp/ftpsearch/Makefile b/ftp/ftpsearch/Makefile index 11279eb9c9ef..50eedd61b4db 100644 --- a/ftp/ftpsearch/Makefile +++ b/ftp/ftpsearch/Makefile @@ -3,7 +3,7 @@ # Date created: 07 Dec 1996 # Whom: tegge@idt.ntnu.no # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/17 10:43:00 tg Exp $ # DISTNAME= ftpsearch-19961208 @@ -13,9 +13,9 @@ MASTER_SITES= ftp://ftpsearch.ntnu.no/pub/ftpsearch/ MAINTAINER= tegge@idt.ntnu.no GNU_CONFIGURE= yes -CONFIGURE_ENV+= FTPSEARCHROOT=$(PREFIX)/ftpsearch +CONFIGURE_ENV+= FTPSEARCHROOT=${PREFIX}/ftpsearch post-install: - cp $(PREFIX)/ftpsearch/bin/gateway $(PREFIX)/bin/ftpsearch + ${CP} ${PREFIX}/ftpsearch/bin/gateway ${PREFIX}/bin/ftpsearch .include <bsd.port.mk> diff --git a/graphics/sced/Makefile b/graphics/sced/Makefile index 4469200955f6..baf11bf96db8 100644 --- a/graphics/sced/Makefile +++ b/graphics/sced/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Dec 1996 # Whom: proff@iq.org # -# $Id: Makefile,v 1.6 1996/12/06 23:43:32 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1997/02/18 08:34:30 tg Exp $ # DISTNAME= sced-0.94 @@ -15,11 +15,11 @@ GNU_CONFIGURE= true IS_INTERACTIVE= true do-install: all - ${INSTALL_PROGRAM} $(WRKSRC)/sced $(PREFIX)/bin - ${MKDIR} -p $(PREFIX)/share/doc/sced - ${INSTALL_DATA} $(WRKSRC)/docs/* $(PREFIX)/share/doc/sced - ${MKDIR} -p $(PREFIX)/lib/sced/tutorials - ${INSTALL_DATA} $(WRKSRC)/tutorials/* $(PREFIX)/lib/sced/tutorials - ${INSTALL_DATA} $(WRKSRC)/scenerc $(PREFIX)/lib/sced + ${INSTALL_PROGRAM} ${WRKSRC}/sced ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/doc/sced + ${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/sced + ${MKDIR} ${PREFIX}/lib/sced/tutorials + ${INSTALL_DATA} ${WRKSRC}/tutorials/* ${PREFIX}/lib/sced/tutorials + ${INSTALL_DATA} ${WRKSRC}/scenerc ${PREFIX}/lib/sced .include <bsd.port.mk> diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index 2dd2f1147f27..baab0d0bf8f9 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -3,7 +3,7 @@ # Date created: 19 November 1996 # Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/18 08:30:55 tg Exp $ # DISTNAME= freeWAIS-sf-2.1.2 @@ -14,16 +14,16 @@ MASTER_SITES= ftp://ftp.wsct.wsc.com/pub/freeWAIS-sf/freeWAIS-sf-2.1/ MAINTAINER= pgiffuni@fps.biblos.unal.edu.co IS_INTERACTIVE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} < ${FILESDIR}/configure.ans +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= < ${FILESDIR}/configure.ans MAN1= catalog.1 dictionary.1 inverted_file.1 makedb.1 mkfmt.1 waisindex.1 \ waisq.1 waissearch.1 xwais.1 xwaisq.1 MAN3= ftw.3 scandir.3 post-install: .if !defined(NOPORTDOCS) - mkdir -p ${PREFIX}/share/doc/SF - cp ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF + ${MKDIR} ${PREFIX}/share/doc/SF + ${CP} ${WRKSRC}/doc/SF/fwsf.ps ${PREFIX}/share/doc/SF .endif .include <bsd.port.mk> diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile index 13b2622ace78..253ba900a41c 100644 --- a/textproc/isearch/Makefile +++ b/textproc/isearch/Makefile @@ -3,25 +3,25 @@ # Date created: 21 Sept 1996 # Whom: Pedro # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/17 09:54:02 tg Exp $ # DISTNAME= Isearch-1.14 -PKG_NAME= isearch-1.14 +PKGNAME= isearch-1.14 CATEGORIES= misc MASTER_SITES= ftp://ftp.cnidr.org/pub/NIDR.tools/Isearch/ MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co -HAS_CONFIGURE = yes +GNU_CONFIGURE= yes post-install: strip ${PREFIX}/bin/Isearch - strip $(PREFIX)/bin/Iindex - strip $(PREFIX)/bin/Iutil + strip ${PREFIX}/bin/Iindex + strip ${PREFIX}/bin/Iutil .if !defined(NOPORTDOCS) - ${MKDIR} -p ${PREFIX}/share/doc/Isearch - ${INSTALL_DATA} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch + ${MKDIR} ${PREFIX}/share/doc/Isearch + ${INSTALL_MAN} ${WRKSRC}/html/*.html ${PREFIX}/share/doc/Isearch .endif .include <bsd.port.mk> diff --git a/x11-clocks/xalarm/Makefile b/x11-clocks/xalarm/Makefile index c004284c6674..68da2f959c3b 100644 --- a/x11-clocks/xalarm/Makefile +++ b/x11-clocks/xalarm/Makefile @@ -3,7 +3,7 @@ # Date created: 4 December 1996 # Whom: desmo@bandwidth.org # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/17 09:30:15 tg Exp $ # DISTNAME= xalarm-3.06 @@ -17,7 +17,7 @@ USE_IMAKE= yes IS_INTERACTIVE= yes pre-install: - cd ${WRKSRC} ; cp XAlarm.ad XAlarm-color.ad + (cd ${WRKSRC} ; ${CP} XAlarm.ad XAlarm-color.ad) .include <bsd.port.mk> |