diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 04:38:07 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 04:38:07 +0800 |
commit | 3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch) | |
tree | 1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /misc/shc | |
parent | ba3455bcaeeac361a5db7e74146d92954c5b1bb7 (diff) | |
download | freebsd-ports-gnome-3c175cb569f2bb20f5a8bed877c0c8c2b014dc79.tar.gz freebsd-ports-gnome-3c175cb569f2bb20f5a8bed877c0c8c2b014dc79.tar.zst freebsd-ports-gnome-3c175cb569f2bb20f5a8bed877c0c8c2b014dc79.zip |
Use PLIST_FILES.
Reviewed by: marcus
Diffstat (limited to 'misc/shc')
-rw-r--r-- | misc/shc/Makefile | 3 | ||||
-rw-r--r-- | misc/shc/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 1953ce4861ab..7076d1ad4010 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -15,7 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A shell script "encoder" -MAN1= shc.1 +MAN1= shc.1 +PLIST_FILES= bin/shc do-build: @cd ${WRKSRC} && ${CC} ${CFLAGS} -o shc shc.c diff --git a/misc/shc/pkg-plist b/misc/shc/pkg-plist deleted file mode 100644 index cbfcaa1f7c75..000000000000 --- a/misc/shc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/shc |