diff options
author | mat <mat@FreeBSD.org> | 2013-11-20 07:08:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-11-20 07:08:44 +0800 |
commit | 57524a11df3f0950e857f0ffa06d8a160baa9437 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /net-mgmt | |
parent | 869dfb43fab6a3f2a51d1ab26c1b8cd6cf6e4a7a (diff) | |
download | freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.gz freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.zst freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.zip |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/phpip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/phpip/Makefile b/net-mgmt/phpip/Makefile index 78af53d47649..5f6e56ce0509 100644 --- a/net-mgmt/phpip/Makefile +++ b/net-mgmt/phpip/Makefile @@ -14,7 +14,7 @@ COMMENT= A complete IPv4 IPAM (IP address management) suite SNAPSHOT= 200611081420 NO_BUILD= yes USE_PHP= mysql -USE_DOS2UNIX= yes +USES= dos2unix WANT_PHP_WEB= yes PHPIP?= www/phpip |