1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix unassociated shell command.

Pointy hat to:	nork
Reported by:	make describe ECHO_MSG='echo > /dev/null'
This commit is contained in:
Norikatsu Shigemura 2002-12-11 08:33:47 +00:00
parent 2503647622
commit 6829fa55f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71523
3 changed files with 6 additions and 3 deletions

View File

@ -29,16 +29,17 @@ PKGNAMESUFFIX= -esound
CONFIGURE_ARGS+= --disable-esd
.endif
pre-everything::
.if defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-gnome
USE_GNOME= yes
.else
pre-everything::
@${ECHO_MSG} "Define WITH_GNOME to include GNOME support"
.endif
.if defined(WITH_DOCKAPP)
CONFIGURE_ARGS+= --enable-dockapp
.else
pre-everything::
@${ECHO_MSG} "Define WITH_DOCKAPP to include WindowMaker support"
.endif

View File

@ -29,16 +29,17 @@ PKGNAMESUFFIX= -esound
CONFIGURE_ARGS+= --disable-esd
.endif
pre-everything::
.if defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-gnome
USE_GNOME= yes
.else
pre-everything::
@${ECHO_MSG} "Define WITH_GNOME to include GNOME support"
.endif
.if defined(WITH_DOCKAPP)
CONFIGURE_ARGS+= --enable-dockapp
.else
pre-everything::
@${ECHO_MSG} "Define WITH_DOCKAPP to include WindowMaker support"
.endif

View File

@ -29,16 +29,17 @@ PKGNAMESUFFIX= -esound
CONFIGURE_ARGS+= --disable-esd
.endif
pre-everything::
.if defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-gnome
USE_GNOME= yes
.else
pre-everything::
@${ECHO_MSG} "Define WITH_GNOME to include GNOME support"
.endif
.if defined(WITH_DOCKAPP)
CONFIGURE_ARGS+= --enable-dockapp
.else
pre-everything::
@${ECHO_MSG} "Define WITH_DOCKAPP to include WindowMaker support"
.endif