aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-06 13:32:43 +0800
committerobrien <obrien@FreeBSD.org>2001-01-06 13:32:43 +0800
commit27d50a07ff8cdaef947b034e833a745b77275ced (patch)
treeab2ba9bb3748fc0dc7aee4112cd1636f263de561 /www
parentcf6e84a60c6d0f7ef7dd7b6dbb749da51ee12806 (diff)
downloadfreebsd-ports-gnome-27d50a07ff8cdaef947b034e833a745b77275ced.tar.gz
freebsd-ports-gnome-27d50a07ff8cdaef947b034e833a745b77275ced.tar.zst
freebsd-ports-gnome-27d50a07ff8cdaef947b034e833a745b77275ced.zip
Add `cleandir' to the build command, otherwise we are encouraging people
to dirty up /usr/src in potentially harmful way.
Diffstat (limited to 'www')
-rw-r--r--www/flashplugin/files/message.nolib2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/flashplugin/files/message.nolib b/www/flashplugin/files/message.nolib
index 6d39d3be4661..fa254e7bce3b 100644
--- a/www/flashplugin/files/message.nolib
+++ b/www/flashplugin/files/message.nolib
@@ -5,5 +5,5 @@ Please install them as follows:
1. extract /usr/src/lib (distribution files: src/slib.??)
2. cd /usr/src/lib/csu/i386
3. make depend
-4. make OBJFORMAT=aout clean all install
+4. make OBJFORMAT=aout clean all install cleandir
===