diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-25 09:19:20 +0000 |
commit | ab925eae51185af7d3301ecde91347cc15b29957 (patch) | |
tree | 3510d8114a8de09de1e0c6b530f1429293c1c9ca /www/oops | |
parent | e76a8576db3b821c79a4e10837f4ddb2d010629d (diff) | |
download | FreeBSD-ports-ab925eae51185af7d3301ecde91347cc15b29957.zip FreeBSD-ports-ab925eae51185af7d3301ecde91347cc15b29957.tar.gz |
Add USE_SUBMAKE, where it might be necessary.
Diffstat (limited to 'www/oops')
-rw-r--r-- | www/oops/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile index 8438667..20759bd 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -20,6 +20,7 @@ MAINTAINER= ozz@FreeBSD.org.ru OOPSVERSION= 1.5.22 OOPSDATE= 20020312 +USE_SUBMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS?=--sbindir=${PREFIX}/sbin \ --sysconfdir=${PREFIX}/etc/oops \ |