diff options
| -rw-r--r-- | astro/mymoon/Makefile | 2 | ||||
| -rw-r--r-- | astro/mymoon/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/astro/mymoon/Makefile b/astro/mymoon/Makefile index 09a25f5b735a..e34af47df41b 100644 --- a/astro/mymoon/Makefile +++ b/astro/mymoon/Makefile @@ -23,4 +23,6 @@ USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +PLIST_FILES= bin/mymoon + .include <bsd.port.mk> diff --git a/astro/mymoon/pkg-plist b/astro/mymoon/pkg-plist deleted file mode 100644 index c5631a345a91..000000000000 --- a/astro/mymoon/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mymoon |
