diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2002-01-04 01:17:46 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2002-01-04 01:17:46 +0000 |
commit | e1ee75a456f9dedec19f49d0b6f90f187c7f3d4b (patch) | |
tree | a10cd12bb0afb9e4f84460ad6209663042240113 /net/ntop | |
parent | 2125479abf651425b9b154864b97c5c97ed8ab5c (diff) | |
download | ports-e1ee75a456f9dedec19f49d0b6f90f187c7f3d4b.tar.gz ports-e1ee75a456f9dedec19f49d0b6f90f187c7f3d4b.zip |
when i changed USE_AUTOCONF to HAS_CONFIGURE 2.5 years ago i should have made
it GNU_CONFIGURE...
PR: ports/32235
Submitted by: Thomas Hurst <freaky@aagh.net>
Notes
Notes:
svn path=/head/; revision=52549
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 47aff5657346..cb756c215a1a 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}-src.tar.gz MAINTAINER= billf@FreeBSD.org -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes ALL_TARGET= INSTALL_TARGET= install install-man |