diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-01 21:23:43 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-01 21:23:43 +0800 |
commit | 6d976bdb11c9cde26c920768e90d872da1acd8ae (patch) | |
tree | 6e8d85aec66f38f35c2377a656c8554f0f214186 /misc/sword | |
parent | c23d5b398c1549792bc164eb723af0cb410ffcb8 (diff) | |
download | freebsd-ports-graphics-6d976bdb11c9cde26c920768e90d872da1acd8ae.tar.gz freebsd-ports-graphics-6d976bdb11c9cde26c920768e90d872da1acd8ae.tar.zst freebsd-ports-graphics-6d976bdb11c9cde26c920768e90d872da1acd8ae.zip |
Use SUB_FILES for pkg-message
Diffstat (limited to 'misc/sword')
-rw-r--r-- | misc/sword/Makefile | 2 | ||||
-rw-r--r-- | misc/sword/files/pkg-message.in (renamed from misc/sword/pkg-message) | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/misc/sword/Makefile b/misc/sword/Makefile index 5b7620eb9b5..5eea102cc9e 100644 --- a/misc/sword/Makefile +++ b/misc/sword/Makefile @@ -26,6 +26,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --without-conf INSTALLS_SHLIB= yes +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITHOUT_CURL) CONFIGURE_ARGS+= --without-curl diff --git a/misc/sword/pkg-message b/misc/sword/files/pkg-message.in index 541b0da7b4d..fa3a2c01a95 100644 --- a/misc/sword/pkg-message +++ b/misc/sword/files/pkg-message.in @@ -9,7 +9,7 @@ try this. See `installmgr --help` for details. 2. Download raw zip-archives from http://www.crosswire.org/sword/modules/ - and unpack them in PREFIX/share/sword. + and unpack them in %%PREFIX%%/share/sword. You probabely want to install a bible-application that uses sword, like cheatah, bibletime or gnomesword. |