diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-21 17:53:21 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-21 17:53:21 +0000 |
commit | 3e140c2e9dc3e4b35f4bcb162f1c3cf02e5172e8 (patch) | |
tree | bdb3655ee297033a0eb5030181b56f2c1095ef2e /korean | |
parent | ade64b642403d8a62cc57b69df6adbdf1bcb4cc7 (diff) |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/uniksc/Makefile | 1 | ||||
-rw-r--r-- | korean/uniksc/pkg-plist | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/korean/uniksc/Makefile b/korean/uniksc/Makefile index 643631e88355..f512086dd654 100644 --- a/korean/uniksc/Makefile +++ b/korean/uniksc/Makefile @@ -10,6 +10,7 @@ MAINTAINER= ports@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" diff --git a/korean/uniksc/pkg-plist b/korean/uniksc/pkg-plist deleted file mode 100644 index 3ea07af8024f..000000000000 --- a/korean/uniksc/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/uniksc -include/uniksc.h -lib/libuniksc.so.0 |