diff options
-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 |