mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00: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
@ -3,7 +3,7 @@
|
||||
# Date created: Wed Nov 27 09:15:10 CST 1996
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1996/12/04 20:05:12 erich Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Wingz-142
|
||||
@ -21,6 +21,6 @@ NO_WRKSUBDIR= yes
|
||||
USE_X11= yes
|
||||
|
||||
post-install:
|
||||
@sh pkg/INSTALL
|
||||
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: Wed Nov 27 09:15:10 CST 1996
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1.1.1 1996/12/04 20:05:12 erich Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Wingz-142
|
||||
@ -21,6 +21,6 @@ NO_WRKSUBDIR= yes
|
||||
USE_X11= yes
|
||||
|
||||
post-install:
|
||||
@sh pkg/INSTALL
|
||||
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user