1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Use 'do-install:' instead of 'install:'

Complain and fail if no build option is set.
This commit is contained in:
Jean-Marc Zucconi 1995-04-26 14:45:15 +00:00
parent 8dad1eea1c
commit 3e625a8f5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1540
6 changed files with 48 additions and 36 deletions

View File

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.6 1995/04/13 15:22:11 jmz Exp $
# $Id: Makefile,v 1.7 1995/04/22 22:39:30 jmz Exp $
#
#######################################################################
@ -46,7 +46,7 @@ do-build:
@(cd ${WRKSRC}; echo Good night...; make World)
@touch ${WRKDIR}/.build_done
install:
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.if defined(X11_ON_CDROM)
@ -77,16 +77,18 @@ do-extract:
.elif defined(X11_VIA_FTP)
.include "Makefile.ftp"
.else
all:
@echo -n
do-fetch:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-extract:
@echo -n
do-configure:
@echo -n
do-build:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-install:
@echo -n
.endif

View File

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.6 1995/04/13 15:22:11 jmz Exp $
# $Id: Makefile,v 1.7 1995/04/22 22:39:30 jmz Exp $
#
#######################################################################
@ -46,7 +46,7 @@ do-build:
@(cd ${WRKSRC}; echo Good night...; make World)
@touch ${WRKDIR}/.build_done
install:
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.if defined(X11_ON_CDROM)
@ -77,16 +77,18 @@ do-extract:
.elif defined(X11_VIA_FTP)
.include "Makefile.ftp"
.else
all:
@echo -n
do-fetch:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-extract:
@echo -n
do-configure:
@echo -n
do-build:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-install:
@echo -n
.endif

View File

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.6 1995/04/13 15:22:11 jmz Exp $
# $Id: Makefile,v 1.7 1995/04/22 22:39:30 jmz Exp $
#
#######################################################################
@ -46,7 +46,7 @@ do-build:
@(cd ${WRKSRC}; echo Good night...; make World)
@touch ${WRKDIR}/.build_done
install:
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.if defined(X11_ON_CDROM)
@ -77,16 +77,18 @@ do-extract:
.elif defined(X11_VIA_FTP)
.include "Makefile.ftp"
.else
all:
@echo -n
do-fetch:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-extract:
@echo -n
do-configure:
@echo -n
do-build:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-install:
@echo -n
.endif

View File

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.6 1995/04/13 15:22:11 jmz Exp $
# $Id: Makefile,v 1.7 1995/04/22 22:39:30 jmz Exp $
#
#######################################################################
@ -46,7 +46,7 @@ do-build:
@(cd ${WRKSRC}; echo Good night...; make World)
@touch ${WRKDIR}/.build_done
install:
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.if defined(X11_ON_CDROM)
@ -77,16 +77,18 @@ do-extract:
.elif defined(X11_VIA_FTP)
.include "Makefile.ftp"
.else
all:
@echo -n
do-fetch:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-extract:
@echo -n
do-configure:
@echo -n
do-build:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-install:
@echo -n
.endif

View File

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.6 1995/04/13 15:22:11 jmz Exp $
# $Id: Makefile,v 1.7 1995/04/22 22:39:30 jmz Exp $
#
#######################################################################
@ -46,7 +46,7 @@ do-build:
@(cd ${WRKSRC}; echo Good night...; make World)
@touch ${WRKDIR}/.build_done
install:
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.if defined(X11_ON_CDROM)
@ -77,16 +77,18 @@ do-extract:
.elif defined(X11_VIA_FTP)
.include "Makefile.ftp"
.else
all:
@echo -n
do-fetch:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-extract:
@echo -n
do-configure:
@echo -n
do-build:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-install:
@echo -n
.endif

View File

@ -3,7 +3,7 @@
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.6 1995/04/13 15:22:11 jmz Exp $
# $Id: Makefile,v 1.7 1995/04/22 22:39:30 jmz Exp $
#
#######################################################################
@ -46,7 +46,7 @@ do-build:
@(cd ${WRKSRC}; echo Good night...; make World)
@touch ${WRKDIR}/.build_done
install:
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.if defined(X11_ON_CDROM)
@ -77,16 +77,18 @@ do-extract:
.elif defined(X11_VIA_FTP)
.include "Makefile.ftp"
.else
all:
@echo -n
do-fetch:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-extract:
@echo -n
do-configure:
@echo -n
do-build:
@echo -n
@echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP
@echo before building ${PKGNAME}
@false
do-install:
@echo -n
.endif