diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-01 13:07:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-01 13:07:13 +0000 |
commit | 3f89b718dff79e520566e026c91ae3b5928bf0ae (patch) | |
tree | 9d418e6040ae3aff813006e4b7399cc9fe7e0177 /devel/cvs2p4 | |
parent | d2d0202a4592c9343ca25da5a7c489a785738ffb (diff) | |
download | ports-3f89b718dff79e520566e026c91ae3b5928bf0ae.tar.gz ports-3f89b718dff79e520566e026c91ae3b5928bf0ae.zip |
Notes
Diffstat (limited to 'devel/cvs2p4')
-rw-r--r-- | devel/cvs2p4/Makefile | 2 | ||||
-rw-r--r-- | devel/cvs2p4/files/pkg-message.in (renamed from devel/cvs2p4/pkg-message) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvs2p4/Makefile b/devel/cvs2p4/Makefile index 44a14eacd99c..dd79e109f123 100644 --- a/devel/cvs2p4/Makefile +++ b/devel/cvs2p4/Makefile @@ -17,6 +17,8 @@ COMMENT= CVS to Perforce Converter USE_REINPLACE= yes REINPLACE_ARGS= -i "" NO_BUILD= yes +SUB_FILES= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message PERFORCE_PORT?= 1666 diff --git a/devel/cvs2p4/pkg-message b/devel/cvs2p4/files/pkg-message.in index b837d4ad3655..ae3e7909bad8 100644 --- a/devel/cvs2p4/pkg-message +++ b/devel/cvs2p4/files/pkg-message.in @@ -1,6 +1,4 @@ ************************************************************************ -Go to /usr/local/cvs2p4, and follow the instructions described in the +Go to %%PREFIX%%/cvs2p4, and follow the instructions described in the README file. - -(Replace /usr/local above with ${PREFIX} as appropriate) ************************************************************************ |