diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 04:38:07 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 04:38:07 +0800 |
commit | 4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8 (patch) | |
tree | 3a5e68d87a3b7b75e8fc4b41a495e57126c0ed29 /astro/phoon/Makefile | |
parent | 26f1c8fe6dae7d6ee8eaa1eb882311af83de3b09 (diff) | |
download | freebsd-ports-gnome-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.tar.gz freebsd-ports-gnome-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.tar.zst freebsd-ports-gnome-4f8e31ecef91ccb1560dd3a17896401dcd9b3cf8.zip |
Use PLIST_FILES.
Reviewed by: marcus
Diffstat (limited to 'astro/phoon/Makefile')
-rw-r--r-- | astro/phoon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/phoon/Makefile b/astro/phoon/Makefile index 05dca124d2ab..811ae8f2642a 100644 --- a/astro/phoon/Makefile +++ b/astro/phoon/Makefile @@ -18,6 +18,7 @@ COMMENT= Phoon displays the phase of the moon WRKSRC= ${WRKDIR}/${PORTNAME} USE_REINPLACE= yes MAN1= phoon.1 +PLIST_FILES= bin/phoon pre-patch: @${REINPLACE_CMD} -e 's|gmtoff = !!!;||g' \ |