summaryrefslogtreecommitdiff
path: root/www/flashplugin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 05:32:43 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 05:32:43 +0000
commitac1b8ebb1bd9f905a3dd415a2586f718099b35ab (patch)
tree50a135216879b353bd75e14d8977e5f8c7ed0cc7 /www/flashplugin
parentHave it correctly depend on port icqlib0. (diff)
Add `cleandir' to the build command, otherwise we are encouraging people
to dirty up /usr/src in potentially harmful way.
Notes
Notes: svn path=/head/; revision=36844
Diffstat (limited to 'www/flashplugin')
-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
===