diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /textproc/lacheck | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) | |
download | freebsd-ports-gnome-a049dd78cc281272f3788b3d4689a744f774e543.tar.gz freebsd-ports-gnome-a049dd78cc281272f3788b3d4689a744f774e543.tar.zst freebsd-ports-gnome-a049dd78cc281272f3788b3d4689a744f774e543.zip |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'textproc/lacheck')
-rw-r--r-- | textproc/lacheck/Makefile | 1 | ||||
-rw-r--r-- | textproc/lacheck/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/textproc/lacheck/Makefile b/textproc/lacheck/Makefile index 3f8356b60dbe..be26722f3b61 100644 --- a/textproc/lacheck/Makefile +++ b/textproc/lacheck/Makefile @@ -15,6 +15,7 @@ MAINTAINER= uwe.pierau@tu-clausthal.de COMMENT= A tool for finding common mistakes in LaTeX documents MAN1= lacheck.1 +PLIST_FILES= bin/lacheck ALL_TARGET= lacheck lacheck.1 do-install: diff --git a/textproc/lacheck/pkg-plist b/textproc/lacheck/pkg-plist deleted file mode 100644 index 514753bb33cf..000000000000 --- a/textproc/lacheck/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/lacheck |