diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /textproc/y2l | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) | |
download | ports-a049dd78cc281272f3788b3d4689a744f774e543.tar.gz ports-a049dd78cc281272f3788b3d4689a744f774e543.zip |
Notes
Diffstat (limited to 'textproc/y2l')
-rw-r--r-- | textproc/y2l/Makefile | 3 | ||||
-rw-r--r-- | textproc/y2l/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/y2l/Makefile b/textproc/y2l/Makefile index f3371e88f04a..7fea11dcef55 100644 --- a/textproc/y2l/Makefile +++ b/textproc/y2l/Makefile @@ -17,7 +17,8 @@ COMMENT= Yacc-to-Latex pretty printer/convertor NO_BUILD= yes -MAN1= y2l.1 +MAN1= y2l.1 +PLIST_FILES= bin/y2l do-install: @${INSTALL_SCRIPT} ${WRKSRC}/y2l ${PREFIX}/bin diff --git a/textproc/y2l/pkg-plist b/textproc/y2l/pkg-plist deleted file mode 100644 index 3fc25b9c4d8d..000000000000 --- a/textproc/y2l/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/y2l |