From 0178e4d2a90833e31a5bb31c9387dd658f3dbfb5 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 29 Jan 2002 11:58:52 +0000 Subject: Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. --- security/outguess/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'security/outguess') diff --git a/security/outguess/Makefile b/security/outguess/Makefile index 6446a7cd707e..e3bbdb1618ee 100644 --- a/security/outguess/Makefile +++ b/security/outguess/Makefile @@ -27,14 +27,14 @@ PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR}/outguess pre-install: - ${ECHO} bin/extract > ${PLIST} - ${ECHO} bin/outguess >> ${PLIST} -# ${ECHO} bin/histogram >> ${PLIST} + ${ECHO_CMD} bin/extract > ${PLIST} + ${ECHO_CMD} bin/outguess >> ${PLIST} +# ${ECHO_CMD} bin/histogram >> ${PLIST} .if !defined(NOPORTDOCS) .for i in ${DOCS} - ${ECHO} ${DOCDIR}/${i} >> ${PLIST} + ${ECHO_CMD} ${DOCDIR}/${i} >> ${PLIST} .endfor - ${ECHO} @dirrm ${DOCDIR} >> ${PLIST} + ${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST} .endif do-install: -- cgit ='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/dasher
Commit message (Expand)AuthorAgeFilesLines
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1
* Update to 4.10.1.marcus2009-05-103-4/+23
* Presenting GNOME 2.26 for FreeBSD. Seemarcus2009-04-104-18/+72
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removearaujo2009-02-021-2/+1
* Presenting GNOME 2.24 for FreeBSD.marcus2009-01-103-5/+7
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-3/+1
* Update to 4.7.3.marcus2008-04-082-4/+4
* Update to 4.7.2.marcus2008-04-083-4/+8
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 formarcus2008-03-243-6/+26
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-258-284/+238
* Update to 4.4.2.mezz2007-05-293-5/+23
* - Welcome X.org 7.2 \o/.flz2007-05-202-38/+1
* Update to 4.4.1.marcus2007-04-093-4/+5
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-197-43/+78
* Update to 4.2.2.marcus2006-11-212-4/+4
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-149-207/+160
* - Fix PLIST: Remove locale dirs not contained in BSD.x11-4.distgarga2006-08-071-0/+2
* Update to 4.0.4.marcus2006-08-012-4/+4
* Update to 4.0.3.marcus2006-07-313-4/+6
* Presenting GNOME 2.14.1 for FreeBSD! Checkoutmarcus2006-04-309-20/+222
* Conversion to a single libtool environment.ade2006-02-231-10/+1
* - Bump $PORTREVISION for libexpat shlib bump.kuriyama2006-02-061-0/+2
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* Add SHA256 message digest to distinfo fileedwin2005-12-271-0/+1
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-191-1/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesmarcus2005-11-05