diff options
author | vs <vs@FreeBSD.org> | 2005-11-10 00:28:12 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-10 00:28:12 +0800 |
commit | 8ad7cdbafa468f86703f37937b66b242ec86a4db (patch) | |
tree | d6894ddddf97b9988b29b66cc71805a817a21141 /ftp/yafc/Makefile | |
parent | 07f9c369e464df7cd32d4e3eb788efec134e05a3 (diff) | |
download | freebsd-ports-gnome-8ad7cdbafa468f86703f37937b66b242ec86a4db.tar.gz freebsd-ports-gnome-8ad7cdbafa468f86703f37937b66b242ec86a4db.tar.zst freebsd-ports-gnome-8ad7cdbafa468f86703f37937b66b242ec86a4db.zip |
Ditch some special-casing
Diffstat (limited to 'ftp/yafc/Makefile')
-rw-r--r-- | ftp/yafc/Makefile | 4 |
1 files changed, 2 insertions, 2 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> |