aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3/files/generate.pl
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3/files/generate.pl')
-rw-r--r--editors/openoffice-3/files/generate.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/openoffice-3/files/generate.pl b/editors/openoffice-3/files/generate.pl
index 6d2e83591f43..2202f8265b00 100644
--- a/editors/openoffice-3/files/generate.pl
+++ b/editors/openoffice-3/files/generate.pl
@@ -1,8 +1,7 @@
#!/usr/bin/perl
-
# generate full build shell script for OpenOffice.org
# Whom: Maho Nakata <maho@FreeBSD.org>
-# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/generate.pl,v 1.5 2005-08-28 08:41:59 maho Exp $
+# $FreeBSD: /tmp/pcvs/ports/editors/openoffice-3/files/generate.pl,v 1.6 2005-08-29 01:06:13 maho Exp $
print "#!/bin/csh\n";
print "make deinstall clean\n";
@@ -20,4 +19,3 @@ if ( $tmp[0] eq ".if" && $tmp[1] eq "\${LOCALIZED_LANG}" ) { $LANG=$tmp2[1];
}
}
close FILE;
-