svn commit: r321488 - head/korean/uniksc

Boris Samorodov bsam at FreeBSD.org
Fri Jun 21 17:53:22 UTC 2013


Author: bsam
Date: Fri Jun 21 17:53:21 2013
New Revision: 321488
URL: http://svnweb.freebsd.org/changeset/ports/321488

Log:
  . incorporate PLIST_FILES;
  . remove pkg-plist (3 lines).

Deleted:
  head/korean/uniksc/pkg-plist
Modified:
  head/korean/uniksc/Makefile

Modified: head/korean/uniksc/Makefile
==============================================================================
--- head/korean/uniksc/Makefile	Fri Jun 21 17:49:36 2013	(r321487)
+++ head/korean/uniksc/Makefile	Fri Jun 21 17:53:21 2013	(r321488)
@@ -10,6 +10,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Converts data between Korean KSC-5601 and Unicode 3.0 UTF-16
 
 USE_LDCONFIG=	YES
+PLIST_FILES=	bin/uniksc include/uniksc.h lib/libuniksc.so.0
 
 .if ${MACHINE_ARCH:L} == "amd64"
 CFLAGS+=	"-fPIC"


More information about the svn-ports-all mailing list