diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 22:27:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-20 22:27:01 +0000 |
commit | 93c1cc87f65a3fef4f25b060e2845c3b6cfed725 (patch) | |
tree | 20ff077aa614f40e23e3ab2d409d1a4d2e55a001 /Mk/bsd.port.mk | |
parent | Conditionalize the max command length on whether or not GNU_CONFIGURE is (diff) |
Remove an extra blank line.
Notes
Notes:
svn path=/head/; revision=98681
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 8c247a187db7..17245a38bf26 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -2555,7 +2555,6 @@ CONFIGURE_LOG?= config.log # A default message to print if do-configure fails. CONFIGURE_FAIL_MESSAGE?= "Please report the problem to ${MAINTAINER} [maintainer] and attach the \"${CONFIGURE_WRKSRC}/${CONFIGURE_LOG}\" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an \`ls ${PKG_DBDIR}\`)." - .if defined(GNU_CONFIGURE) # Maximum command line length .if !defined(CONFIGURE_MAX_CMD_LEN) |