mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Make pkg_add print the license only once. Note that the INSTALL script
is called twice, once with "PRE-INSTALL" and once with "POST-INSTALL" (cf. pkg_add(1)).
This commit is contained in:
parent
0503354cbf
commit
c75a2c98a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4803
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Date created: Wed Nov 27 09:15:10 CST 1996
|
# Date created: Wed Nov 27 09:15:10 CST 1996
|
||||||
# Whom: erich@rrnet.com
|
# Whom: erich@rrnet.com
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.1.1.1 1996/12/04 20:05:12 erich Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= Wingz-142
|
DISTNAME= Wingz-142
|
||||||
|
@ -21,6 +21,6 @@ NO_WRKSUBDIR= yes
|
||||||
USE_X11= yes
|
USE_X11= yes
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@sh pkg/INSTALL
|
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Date created: Wed Nov 27 09:15:10 CST 1996
|
# Date created: Wed Nov 27 09:15:10 CST 1996
|
||||||
# Whom: erich@rrnet.com
|
# Whom: erich@rrnet.com
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.1.1.1 1996/12/04 20:05:12 erich Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= Wingz-142
|
DISTNAME= Wingz-142
|
||||||
|
@ -21,6 +21,6 @@ NO_WRKSUBDIR= yes
|
||||||
USE_X11= yes
|
USE_X11= yes
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@sh pkg/INSTALL
|
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue