diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /www/aswedit | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'www/aswedit')
-rw-r--r-- | www/aswedit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/aswedit/Makefile b/www/aswedit/Makefile index 5ffb9852bceb..90abfdc5b4eb 100644 --- a/www/aswedit/Makefile +++ b/www/aswedit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asWedit -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.1 CATEGORIES= www editors linux MASTER_SITES= http://www.advasoft.com/asWedit/ \ ftp://sunsite.doc.ic.ac.uk/packages/www/asWedit/ \ @@ -16,13 +16,13 @@ DISTNAME= asWedit-4.0-i386.linux MAINTAINER= brett@peloton.runet.edu -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 -RESTRICTED= "Commercial software" +RESTRICTED= "Commercial software" NO_BUILD= yes NO_PACKAGE= ${RESTRICTED} -WRKSRC= ${WRKDIR}/asWedit-4.0.1 +WRKSRC= ${WRKDIR}/asWedit-4.0.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/asWedit ${PREFIX}/bin |