diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-21 06:27:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-21 06:27:01 +0800 |
commit | 4349b2400e09fecee461d245874e203bbfd6d412 (patch) | |
tree | 85c1f4cf435d1211de414abbc49355b4a023d815 | |
parent | 0c6dbd8e7b00e0d9727e466fc9a36eab65d6f14d (diff) | |
download | freebsd-ports-gnome-4349b2400e09fecee461d245874e203bbfd6d412.tar.gz freebsd-ports-gnome-4349b2400e09fecee461d245874e203bbfd6d412.tar.zst freebsd-ports-gnome-4349b2400e09fecee461d245874e203bbfd6d412.zip |
Remove an extra blank line.
-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) |