From 4a028daa104b5f4c96b261a8aedc6180136aeed5 Mon Sep 17 00:00:00 2001 From: edwin Date: Sat, 1 Apr 2006 12:34:24 +0000 Subject: Use SUB_FILES for pkg-message --- biology/distribfold/Makefile | 2 ++ biology/distribfold/files/pkg-message.in | 13 +++++++++++++ biology/distribfold/pkg-message | 13 ------------- 3 files changed, 15 insertions(+), 13 deletions(-) create mode 100644 biology/distribfold/files/pkg-message.in delete mode 100644 biology/distribfold/pkg-message (limited to 'biology/distribfold') diff --git a/biology/distribfold/Makefile b/biology/distribfold/Makefile index eba3d8917c7d..ad0b77d8f747 100644 --- a/biology/distribfold/Makefile +++ b/biology/distribfold/Makefile @@ -22,6 +22,8 @@ USE_SIZE= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/distribfold +PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message # files to install SCRIPT_FILES= distrib-update foldit diff --git a/biology/distribfold/files/pkg-message.in b/biology/distribfold/files/pkg-message.in new file mode 100644 index 000000000000..34551fa6fc6b --- /dev/null +++ b/biology/distribfold/files/pkg-message.in @@ -0,0 +1,13 @@ +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER ! +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +You have to run '%%PREFIX%%/distribfold/cpu0/foldit' to configure it +BEFORE trying to use distribfold. + +It will ask you questions on how it should work. It will NOT work +if you do not run it and answer these questions. + +Do it now before you forget. diff --git a/biology/distribfold/pkg-message b/biology/distribfold/pkg-message deleted file mode 100644 index b80f0a4e35ca..000000000000 --- a/biology/distribfold/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -! REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER ! -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - -You have to run '/usr/local/distribfold/cpu0/foldit' to configure it -BEFORE trying to use distribfold. - -It will ask you questions on how it should work. It will NOT work -if you do not run it and answer these questions. - -Do it now before you forget. -- cgit