diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-29 10:39:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-29 10:39:59 +0000 |
commit | edaecc1104469980a5af0ce203ec382156899997 (patch) | |
tree | 1b0cfa7e6fec1dae3f25d7a61fdb9c88eaea4509 | |
parent | - Update to 0.4.4. (diff) |
- Use PLIST_FILES/PLIST_DIRS and remove pkg-plist
PR: ports/62006
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Notes
Notes:
svn path=/head/; revision=99383
-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 |