diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /astro/accrete | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Notes
Notes:
svn path=/head/; revision=100139
Diffstat (limited to 'astro/accrete')
-rw-r--r-- | astro/accrete/Makefile | 1 | ||||
-rw-r--r-- | astro/accrete/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/astro/accrete/Makefile b/astro/accrete/Makefile index 5d2f4695f6aa..7b19cc331b9b 100644 --- a/astro/accrete/Makefile +++ b/astro/accrete/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= chuck@pkix.net COMMENT= Accrete is a physical simulation of solar system planet formation +PLIST_FILES= bin/accrete USE_REINPLACE= yes post-patch: diff --git a/astro/accrete/pkg-plist b/astro/accrete/pkg-plist deleted file mode 100644 index f0d80904061f..000000000000 --- a/astro/accrete/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/accrete |