diff options
author | vs <vs@FreeBSD.org> | 2005-10-19 02:22:07 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-19 02:22:07 +0800 |
commit | 36f0c37b69a32aac5ee184bcbcc389d39d286b54 (patch) | |
tree | 1a711e3cee58ae2718c4192dfe2cd460e220acf8 /graphics | |
parent | c8f6756ab0f198a898b182822dd9e06654317a9d (diff) | |
download | freebsd-ports-gnome-36f0c37b69a32aac5ee184bcbcc389d39d286b54.tar.gz freebsd-ports-gnome-36f0c37b69a32aac5ee184bcbcc389d39d286b54.tar.zst freebsd-ports-gnome-36f0c37b69a32aac5ee184bcbcc389d39d286b54.zip |
Initial support for non-/usr/local builds
Prodded by: krisbot
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hpoj/files/patch-Makefile.in | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/graphics/hpoj/files/patch-Makefile.in b/graphics/hpoj/files/patch-Makefile.in index 6ce82feff40d..5a16fff1befe 100644 --- a/graphics/hpoj/files/patch-Makefile.in +++ b/graphics/hpoj/files/patch-Makefile.in @@ -1,5 +1,8 @@ ---- Makefile.in.orig Tue Sep 23 03:16:41 2003 -+++ Makefile.in Sat Dec 20 21:21:36 2003 + +$FreeBSD$ + +--- Makefile.in.orig ++++ Makefile.in @@ -5,6 +5,9 @@ SUBDIRS=@SUBDIRS@ DISTCLEANS=Makefile config.cache config.log config.status scripts/ptal-init @@ -31,6 +34,17 @@ fi ; \ done ; \ cd .. ; \ +@@ -133,8 +136,8 @@ + echo "Refer to setup-build-details.html for instructions on manually"; \ + echo "setting ptal-init to start at bootup."; \ + else \ +- echo "Setting /usr/local/etc/rc.d/ptal-init.sh symlink." ; \ +- $(LN_S) -f $(sbindir)/ptal-init /usr/local/etc/rc.d/ptal-init.sh ; \ ++ echo "Setting $(PREFIX)/etc/rc.d/ptal-init.sh symlink." ; \ ++ $(LN_S) -f $(sbindir)/ptal-init $(PREFIX)/etc/rc.d/ptal-init.sh ; \ + fi ; \ + elif test -d $$dir ; then \ + echo "Setting $$dir/ptal-init symlink." ; \ @@ -164,11 +167,6 @@ fi ; \ fi ; \ |