diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-26 17:07:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-26 17:07:56 +0000 |
commit | ef23fa081fe2057cf6ebdb48fcda84222775f831 (patch) | |
tree | a69ed65220d68ff9195be017971709af94b556fd /astro | |
parent | e2e90e70018c29465420096e02f0b9aa8dd0d903 (diff) | |
download | ports-ef23fa081fe2057cf6ebdb48fcda84222775f831.tar.gz ports-ef23fa081fe2057cf6ebdb48fcda84222775f831.zip |
- Use PLIST_FILES
PR: ports/61939
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Notes
Notes:
svn path=/head/; revision=99205
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wmspaceweather/Makefile | 2 | ||||
-rw-r--r-- | astro/wmspaceweather/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/wmspaceweather/Makefile b/astro/wmspaceweather/Makefile index 8111bce44ab9..a61a96025374 100644 --- a/astro/wmspaceweather/Makefile +++ b/astro/wmspaceweather/Makefile @@ -22,4 +22,6 @@ ALL_TARGET= clean all MAN1= wmSpaceWeather.1 +PLIST_FILES= bin/GetKp bin/wmSpaceWeather + .include <bsd.port.mk> diff --git a/astro/wmspaceweather/pkg-plist b/astro/wmspaceweather/pkg-plist deleted file mode 100644 index e43bc4b4af02..000000000000 --- a/astro/wmspaceweather/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/GetKp -bin/wmSpaceWeather |