diff options
author | asau <asau> | 2012-09-11 23:04:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 23:04:15 +0000 |
commit | 2616ea74347a099f94cc21357dd8070ab5cad4a4 (patch) | |
tree | b25c2af3335af12ba6ddabd1da702cd960afaeee /math/pear-Numbers_Roman | |
parent | 768ee647793efc9f1c00e6f0fcdfb771a90b6935 (diff) | |
download | pkgsrc-2616ea74347a099f94cc21357dd8070ab5cad4a4.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'math/pear-Numbers_Roman')
-rw-r--r-- | math/pear-Numbers_Roman/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/pear-Numbers_Roman/Makefile b/math/pear-Numbers_Roman/Makefile index 55a56dc6f2c..6cb182597e5 100644 --- a/math/pear-Numbers_Roman/Makefile +++ b/math/pear-Numbers_Roman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2010/02/06 15:55:13 taca Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/11 23:04:29 asau Exp $ DISTNAME= Numbers_Roman-1.0.2 CATEGORIES= math @@ -7,8 +7,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pear.php.net/package/Numbers_Roman/ COMMENT= Provides methods for converting to and from Roman Numerals -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= php-pear-Numbers_Roman-[0-9]* .include "../../lang/php/pear.mk" |