aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--astro/match/Makefile2
-rw-r--r--astro/saoimage/Makefile2
-rw-r--r--astro/saoimage/pkg-plist2
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