summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/wy60/Makefile8
-rw-r--r--comms/wy60/pkg-plist1
2 files changed, 1 insertions, 8 deletions
diff --git a/comms/wy60/Makefile b/comms/wy60/Makefile
index af559c3ca7ef..edd6003be1ef 100644
--- a/comms/wy60/Makefile
+++ b/comms/wy60/Makefile
@@ -12,15 +12,7 @@ GNU_CONFIGURE= yes
MAKE_ARGS= etc_DATA=wy60.rc.sample
-MAN1= wy60.1
-
-NO_STAGE= yes
pre-build:
@${CP} ${WRKSRC}/wy60.rc ${WRKSRC}/wy60.rc.sample
-post-install:
- if test ! -f ${PREFIX}/etc/wy60.rc; then \
- ${CP} -p ${PREFIX}/etc/wy60.rc.sample ${PREFIX}/etc/wy60.rc; \
- fi
-
.include <bsd.port.mk>
diff --git a/comms/wy60/pkg-plist b/comms/wy60/pkg-plist
index df47727dd938..eaba0c42e1ff 100644
--- a/comms/wy60/pkg-plist
+++ b/comms/wy60/pkg-plist
@@ -3,3 +3,4 @@ bin/wy60
@unexec if cmp %D/etc/wy60.rc.sample %D/etc/wy60.rc 2>/dev/null; then rm -f %D/etc/wy60.rc; fi
etc/wy60.rc.sample
@exec if test ! -f %D/etc/wy60.rc; then cp -p %D/etc/wy60.rc.sample %D/etc/wy60.rc; fi
+man/man1/wy60.1.gz