diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
commit | 3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch) | |
tree | 1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /astro/phoon | |
parent | ba3455bcaeeac361a5db7e74146d92954c5b1bb7 (diff) |
Notes
Diffstat (limited to 'astro/phoon')
-rw-r--r-- | astro/phoon/Makefile | 1 | ||||
-rw-r--r-- | astro/phoon/pkg-plist | 1 |
2 files changed, 1 insertions, 1 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' \ diff --git a/astro/phoon/pkg-plist b/astro/phoon/pkg-plist deleted file mode 100644 index 5eb4bd93db65..000000000000 --- a/astro/phoon/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/phoon |