diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-09 09:45:49 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-09 09:45:49 +0000 |
commit | d5f81e135c0f0eb1c11b6702160e03de8ceac346 (patch) | |
tree | f4b510f5895cc7d650684b540fa1898ef30cd7fd /devel | |
parent | 2896d313fa331bcfe7c428984f2bc4c248f1ef78 (diff) | |
download | pkgsrc-d5f81e135c0f0eb1c11b6702160e03de8ceac346.tar.gz |
LOWER_OPSYS is not the right thing here.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xulrunner/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xulrunner/PLIST b/devel/xulrunner/PLIST index 3b185abbe6b..168c6d5185d 100644 --- a/devel/xulrunner/PLIST +++ b/devel/xulrunner/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2009/08/06 10:56:46 tnn Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/08/09 09:45:49 tnn Exp $ bin/xulrunner include/xulrunner/stable/base64.h include/xulrunner/stable/blapit.h @@ -44,7 +44,7 @@ include/xulrunner/stable/md/_irix64.cfg include/xulrunner/stable/md/_linux.cfg include/xulrunner/stable/md/_ncr.cfg include/xulrunner/stable/md/_nec.cfg -include/xulrunner/stable/md/_${LOWER_OPSYS}.cfg +include/xulrunner/stable/md/_netbsd.cfg include/xulrunner/stable/md/_nextstep.cfg include/xulrunner/stable/md/_nto.cfg include/xulrunner/stable/md/_openbsd.cfg |