diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-06 06:05:55 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-06 06:05:55 +0000 |
commit | e71982e79be4bfc4ed8972538ff88b51e321780b (patch) | |
tree | cbbe2584154814b8bfe96a8e185762943553d49f /www/plugger/files | |
parent | 09ea07bb8deef8729870322145b800367364d4cd (diff) | |
download | ports-e71982e79be4bfc4ed8972538ff88b51e321780b.tar.gz ports-e71982e79be4bfc4ed8972538ff88b51e321780b.zip |
Notes
Diffstat (limited to 'www/plugger/files')
-rw-r--r-- | www/plugger/files/patch-aa | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/www/plugger/files/patch-aa b/www/plugger/files/patch-aa index 8b9d26e9a6c9..a465e528db6c 100644 --- a/www/plugger/files/patch-aa +++ b/www/plugger/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile~ Wed Nov 10 02:09:52 1999 -+++ Makefile Sun May 21 23:52:36 2000 -@@ -1,12 +1,12 @@ +--- Makefile.orig Tue Mar 6 16:37:41 2001 ++++ Makefile Thu Apr 5 23:03:02 2001 +@@ -1,8 +1,8 @@ # Where is your Plugin Source Development Kit from Netscape? -SDK=/home/hubbe/src/PluginSDK30b5 +SDK=../PluginSDK30b5 @@ -9,6 +9,19 @@ -X11=/usr/X11/ +X11=${X11BASE} + # + # For building rpms +@@ -10,15 +10,15 @@ + + # You may want to change this to /usr/ on + # some installations. +-prefix=/usr/local ++prefix=${PREFIX} + + # + # + RPMDIR=/usr/src/redhat + # Choose compiler -CC=gcc -LD=gcc |