diff options
author | fenner <fenner@FreeBSD.org> | 2006-10-15 00:41:10 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2006-10-15 00:41:10 +0800 |
commit | 602a170dfbc150a3ca5c8b2c5818fd76358d39c4 (patch) | |
tree | e3631f3b61a7345e04082abd4e15e7d6c13a2ca0 /editors/xxe/Makefile.inc | |
parent | 4acc5bb47eadabc283d109e163adcdbeac70e30f (diff) | |
download | freebsd-ports-gnome-602a170dfbc150a3ca5c8b2c5818fd76358d39c4.tar.gz freebsd-ports-gnome-602a170dfbc150a3ca5c8b2c5818fd76358d39c4.tar.zst freebsd-ports-gnome-602a170dfbc150a3ca5c8b2c5818fd76358d39c4.zip |
Make fetchable by upgrading to 3.5.0
Move the xxe version into Makefile.inc so that other ports
can find it
Create the plist with find -s so that *next* time there
might not be so much churn.
PR: ports/104354
Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
Approved by: portmgr (marcus)
Diffstat (limited to 'editors/xxe/Makefile.inc')
-rw-r--r-- | editors/xxe/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/xxe/Makefile.inc b/editors/xxe/Makefile.inc new file mode 100644 index 000000000000..06f915f7843f --- /dev/null +++ b/editors/xxe/Makefile.inc @@ -0,0 +1,2 @@ +XXE_VERSION= 3.5.0 +XXE_DIR= xxe-std-${XXE_VERSION:S/./_/g} |