diff options
author | osa <osa@FreeBSD.org> | 2004-07-27 08:18:59 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2004-07-27 08:18:59 +0000 |
commit | f5394509663db69f8ef2e677368974de7ee91572 (patch) | |
tree | 77f59ee5bfb2f35f3804d743a91a17d8cdfa0b4a /astro | |
parent | e41c8e5f7ffe1fb13ae85c194539c88b1ad36f0c (diff) | |
download | FreeBSD-ports-f5394509663db69f8ef2e677368974de7ee91572.zip FreeBSD-ports-f5394509663db69f8ef2e677368974de7ee91572.tar.gz |
Move package files from plist to Makefile, remove pkg-plist.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/match/Makefile | 2 | ||||
-rw-r--r-- | astro/saoimage/Makefile | 2 | ||||
-rw-r--r-- | astro/saoimage/pkg-plist | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/astro/match/Makefile b/astro/match/Makefile index 8c27ed3..1e109a2 100644 --- a/astro/match/Makefile +++ b/astro/match/Makefile @@ -17,4 +17,6 @@ COMMENT= A program for matching star lists GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +PLIST_FILES= bin/apply_match bin/match bin/project_coords + .include <bsd.port.mk> diff --git a/astro/saoimage/Makefile b/astro/saoimage/Makefile index 8ef51d78..62f4578 100644 --- a/astro/saoimage/Makefile +++ b/astro/saoimage/Makefile @@ -20,6 +20,8 @@ ALL_TARGET= ${OPSYS} MAN1= saoimage.1 +PLIST_FILES= bin/saoimage etc/imtoolrc.sample + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/saoimage ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/imtoolrc ${PREFIX}/etc/imtoolrc.sample diff --git a/astro/saoimage/pkg-plist b/astro/saoimage/pkg-plist deleted file mode 100644 index e977f54..0000000 --- a/astro/saoimage/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/saoimage -etc/imtoolrc.sample |