diff options
author | asami <asami@FreeBSD.org> | 1995-03-27 21:24:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-03-27 21:24:18 +0800 |
commit | e3df95228257fac1af2864e2fc3846f3881f70a0 (patch) | |
tree | f37c84817fc6976b2e18759ed4562ed410d8ca34 /x11-wm | |
parent | 291ef208a899e3b329ef68c5129381c61ce41966 (diff) | |
download | freebsd-ports-graphics-e3df95228257fac1af2864e2fc3846f3881f70a0.tar.gz freebsd-ports-graphics-e3df95228257fac1af2864e2fc3846f3881f70a0.tar.zst freebsd-ports-graphics-e3df95228257fac1af2864e2fc3846f3881f70a0.zip |
Cleanup according to new bsd.port.mk. pkg/INSTALL, pkg/DEINSTALL and
pkg/REQ are now standard names recognized in bsd.port.mk so no need
to redefine PKG_ARGS in Makefile.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile index adc4173b12f..9e93dae6610 100644 --- a/x11-wm/fvwm/Makefile +++ b/x11-wm/fvwm/Makefile @@ -3,7 +3,7 @@ # Date created: 25 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.12 1995/02/11 13:51:22 asami Exp $ +# $Id: Makefile,v 1.13 1995/03/11 15:07:14 ats Exp $ # DISTNAME= fvwm @@ -14,8 +14,6 @@ MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/ USE_IMAKE= yes XMKMF= xmkmf LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm -PKG_ARGS= -v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \ - -r ${PKGDIR}/REQUIRES -p ${PREFIX} pre-install: @cp ${FILESDIR}/configure2.h ${WRKSRC}/configure.h |