diff options
author | krion <krion@FreeBSD.org> | 2004-01-29 10:39:59 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-29 10:39:59 +0000 |
commit | 12dbfeed11a0ed75db9cd0b70c610793d5ca742a (patch) | |
tree | 6c8177fa23ed2979e306f48ddab5277832d1077c /astro | |
parent | 5042fc7f37ef7a14e4085384e8c06c1b8ce44a75 (diff) | |
download | FreeBSD-ports-12dbfeed11a0ed75db9cd0b70c610793d5ca742a.zip FreeBSD-ports-12dbfeed11a0ed75db9cd0b70c610793d5ca742a.tar.gz |
- Use PLIST_FILES/PLIST_DIRS and remove pkg-plist
PR: ports/62006
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Diffstat (limited to 'astro')
-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 09a25f5..e34af47 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 c5631a3..0000000 --- a/astro/mymoon/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/mymoon |