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 /comms | |
parent | Update to use PERL_MODBUILD and reorder *_DEPENDS so that devel/p5-Module-Build (diff) |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Notes
Notes:
svn path=/head/; revision=100139
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-lirc/Makefile | 1 | ||||
-rw-r--r-- | comms/py-lirc/pkg-plist | 1 | ||||
-rw-r--r-- | comms/qtpcr/Makefile | 1 | ||||
-rw-r--r-- | comms/qtpcr/pkg-plist | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/comms/py-lirc/Makefile b/comms/py-lirc/Makefile index 5331441d3eb7..29f6e6f38bd2 100644 --- a/comms/py-lirc/Makefile +++ b/comms/py-lirc/Makefile @@ -22,6 +22,7 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" +PLIST_FILES= %%PYTHON_SITELIBDIR%%/pylircmodule.so USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/comms/py-lirc/pkg-plist b/comms/py-lirc/pkg-plist deleted file mode 100644 index 34c323171eaf..000000000000 --- a/comms/py-lirc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/pylircmodule.so diff --git a/comms/qtpcr/Makefile b/comms/qtpcr/Makefile index c7da67df67c6..b116968a5de0 100644 --- a/comms/qtpcr/Makefile +++ b/comms/qtpcr/Makefile @@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/qtpcr-${PORTVERSION}/src USE_X_PREFIX= yes ALL_TARGET= INSTALL_TARGET= +PLIST_FILES= bin/qtpcr .if defined(WITH_QT23) USE_QT_VER= 2 diff --git a/comms/qtpcr/pkg-plist b/comms/qtpcr/pkg-plist deleted file mode 100644 index 1f3f8a506bac..000000000000 --- a/comms/qtpcr/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/qtpcr |