diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-27 08:18:59 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2004-07-27 08:18:59 +0000 |
commit | c4f5fe5483321d27ddfd7dacb73cf7ec324f467b (patch) | |
tree | fbae3e696728a0251a4836383013d4ccc2f59fa0 /astro | |
parent | 9c32162fea3d29b406b634f715d208f769599ab9 (diff) |
Move package files from plist to Makefile, remove pkg-plist.
Notes
Notes:
svn path=/head/; revision=114854
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 8c27ed3bfec3..1e109a25a856 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 8ef51d784893..62f4578c868f 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 e977f548debd..000000000000 --- a/astro/saoimage/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/saoimage -etc/imtoolrc.sample |