diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-22 01:53:21 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-22 01:53:21 +0800 |
commit | a46bbdb13abca40383239b508876b07bd3a0c90a (patch) | |
tree | bdb3655ee297033a0eb5030181b56f2c1095ef2e /korean | |
parent | 041ddeeb4f5af244daa556efcf97c457899de9ad (diff) | |
download | freebsd-ports-gnome-a46bbdb13abca40383239b508876b07bd3a0c90a.tar.gz freebsd-ports-gnome-a46bbdb13abca40383239b508876b07bd3a0c90a.tar.zst freebsd-ports-gnome-a46bbdb13abca40383239b508876b07bd3a0c90a.zip |
. incorporate PLIST_FILES;
. remove pkg-plist (3 lines).
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 |