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