diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-11-09 16:28:12 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-11-09 16:28:12 +0000 |
commit | 3d3ddd94ad86e1abcbc8df669ec97ba1421c8fc2 (patch) | |
tree | 47b24e0c1b7e8b0db45e7c9010f15c816e96de39 /ftp/yafc | |
parent | 34beeaea389083b9e5feedf428211431215c3448 (diff) | |
download | ports-3d3ddd94ad86e1abcbc8df669ec97ba1421c8fc2.tar.gz ports-3d3ddd94ad86e1abcbc8df669ec97ba1421c8fc2.zip |
Notes
Diffstat (limited to 'ftp/yafc')
-rw-r--r-- | ftp/yafc/Makefile | 4 | ||||
-rw-r--r-- | ftp/yafc/pkg-plist | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index 2689ab664545..d0386b2120f7 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -21,13 +21,13 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-socks4=no --with-socks5=no --with-krb4=no \ --with-krb5=no --with-gssapi=no +PLIST_FILES= bin/yafc %%EXAMPLESDIR%%/inputrc.sample %%EXAMPLESDIR%%/yafcrc.sample +PLIST_DIRS= %%EXAMPLESDIR%% MAN1= yafc.1 INFO= yafc post-install: -.if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/*.sample ${EXAMPLESDIR} -.endif .include <bsd.port.mk> diff --git a/ftp/yafc/pkg-plist b/ftp/yafc/pkg-plist deleted file mode 100644 index 4574e4ece7d7..000000000000 --- a/ftp/yafc/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/yafc -%%PORTDOCS%%%%EXAMPLESDIR%%/inputrc.sample -%%PORTDOCS%%%%EXAMPLESDIR%%/yafcrc.sample -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |